GraphNode._classBinding

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

Members

Static variables

_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
clearAllSlots
GodotMethod!(void) clearAllSlots;
Undocumented in source.
clearSlot
GodotMethod!(void, long) clearSlot;
Undocumented in source.
getConnectionInputColor
GodotMethod!(Color, long) getConnectionInputColor;
Undocumented in source.
getConnectionInputCount
GodotMethod!(long) getConnectionInputCount;
Undocumented in source.
getConnectionInputPosition
GodotMethod!(Vector2, long) getConnectionInputPosition;
Undocumented in source.
getConnectionInputType
GodotMethod!(long, long) getConnectionInputType;
Undocumented in source.
getConnectionOutputColor
GodotMethod!(Color, long) getConnectionOutputColor;
Undocumented in source.
getConnectionOutputCount
GodotMethod!(long) getConnectionOutputCount;
Undocumented in source.
getConnectionOutputPosition
GodotMethod!(Vector2, long) getConnectionOutputPosition;
Undocumented in source.
getConnectionOutputType
GodotMethod!(long, long) getConnectionOutputType;
Undocumented in source.
getOffset
GodotMethod!(Vector2) getOffset;
Undocumented in source.
getOverlay
GodotMethod!(GraphNode.Overlay) getOverlay;
Undocumented in source.
getSlotColorLeft
GodotMethod!(Color, long) getSlotColorLeft;
Undocumented in source.
getSlotColorRight
GodotMethod!(Color, long) getSlotColorRight;
Undocumented in source.
getSlotTypeLeft
GodotMethod!(long, long) getSlotTypeLeft;
Undocumented in source.
getSlotTypeRight
GodotMethod!(long, long) getSlotTypeRight;
Undocumented in source.
getTitle
GodotMethod!(String) getTitle;
Undocumented in source.
isCloseButtonVisible
GodotMethod!(bool) isCloseButtonVisible;
Undocumented in source.
isComment
GodotMethod!(bool) isComment;
Undocumented in source.
isResizable
GodotMethod!(bool) isResizable;
Undocumented in source.
isSelected
GodotMethod!(bool) isSelected;
Undocumented in source.
isSlotEnabledLeft
GodotMethod!(bool, long) isSlotEnabledLeft;
Undocumented in source.
isSlotEnabledRight
GodotMethod!(bool, long) isSlotEnabledRight;
Undocumented in source.
setComment
GodotMethod!(void, bool) setComment;
Undocumented in source.
setOffset
GodotMethod!(void, Vector2) setOffset;
Undocumented in source.
setOverlay
GodotMethod!(void, long) setOverlay;
Undocumented in source.
setResizable
GodotMethod!(void, bool) setResizable;
Undocumented in source.
setSelected
GodotMethod!(void, bool) setSelected;
Undocumented in source.
setShowCloseButton
GodotMethod!(void, bool) setShowCloseButton;
Undocumented in source.
setSlot
GodotMethod!(void, long, bool, long, Color, bool, long, Color, Texture, Texture) setSlot;
Undocumented in source.
setTitle
GodotMethod!(void, String) setTitle;
Undocumented in source.

Meta