GraphEdit._classBinding

Undocumented in source.
struct GraphEdit
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_connectionsLayerDraw
GodotMethod!(void) _connectionsLayerDraw;
Undocumented in source.
_graphNodeMoved
GodotMethod!(void, GodotObject) _graphNodeMoved;
Undocumented in source.
_graphNodeRaised
GodotMethod!(void, GodotObject) _graphNodeRaised;
Undocumented in source.
_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
_scrollMoved
GodotMethod!(void, double) _scrollMoved;
Undocumented in source.
_snapToggled
GodotMethod!(void) _snapToggled;
Undocumented in source.
_snapValueChanged
GodotMethod!(void, double) _snapValueChanged;
Undocumented in source.
_topLayerDraw
GodotMethod!(void) _topLayerDraw;
Undocumented in source.
_topLayerInput
GodotMethod!(void, InputEvent) _topLayerInput;
Undocumented in source.
_updateScrollOffset
GodotMethod!(void) _updateScrollOffset;
Undocumented in source.
_zoomMinus
GodotMethod!(void) _zoomMinus;
Undocumented in source.
_zoomPlus
GodotMethod!(void) _zoomPlus;
Undocumented in source.
_zoomReset
GodotMethod!(void) _zoomReset;
Undocumented in source.
addValidConnectionType
GodotMethod!(void, long, long) addValidConnectionType;
Undocumented in source.
addValidLeftDisconnectType
GodotMethod!(void, long) addValidLeftDisconnectType;
Undocumented in source.
addValidRightDisconnectType
GodotMethod!(void, long) addValidRightDisconnectType;
Undocumented in source.
clearConnections
GodotMethod!(void) clearConnections;
Undocumented in source.
connectNode
GodotMethod!(GodotError, String, long, String, long) connectNode;
Undocumented in source.
disconnectNode
GodotMethod!(void, String, long, String, long) disconnectNode;
Undocumented in source.
getConnectionList
GodotMethod!(Array) getConnectionList;
Undocumented in source.
getScrollOfs
GodotMethod!(Vector2) getScrollOfs;
Undocumented in source.
getSnap
GodotMethod!(long) getSnap;
Undocumented in source.
getZoom
GodotMethod!(double) getZoom;
Undocumented in source.
getZoomHbox
GodotMethod!(HBoxContainer) getZoomHbox;
Undocumented in source.
isNodeConnected
GodotMethod!(bool, String, long, String, long) isNodeConnected;
Undocumented in source.
isRightDisconnectsEnabled
GodotMethod!(bool) isRightDisconnectsEnabled;
Undocumented in source.
isUsingSnap
GodotMethod!(bool) isUsingSnap;
Undocumented in source.
isValidConnectionType
GodotMethod!(bool, long, long) isValidConnectionType;
Undocumented in source.
removeValidConnectionType
GodotMethod!(void, long, long) removeValidConnectionType;
Undocumented in source.
removeValidLeftDisconnectType
GodotMethod!(void, long) removeValidLeftDisconnectType;
Undocumented in source.
removeValidRightDisconnectType
GodotMethod!(void, long) removeValidRightDisconnectType;
Undocumented in source.
setConnectionActivity
GodotMethod!(void, String, long, String, long, double) setConnectionActivity;
Undocumented in source.
setRightDisconnects
GodotMethod!(void, bool) setRightDisconnects;
Undocumented in source.
setScrollOfs
GodotMethod!(void, Vector2) setScrollOfs;
Undocumented in source.
setSelected
GodotMethod!(void, GodotObject) setSelected;
Undocumented in source.
setSnap
GodotMethod!(void, long) setSnap;
Undocumented in source.
setUseSnap
GodotMethod!(void, bool) setUseSnap;
Undocumented in source.
setZoom
GodotMethod!(void, double) setZoom;
Undocumented in source.

Meta