- _nodeChanged
GodotMethod!(void, String) _nodeChanged;
Undocumented in source.
- _treeChanged
GodotMethod!(void) _treeChanged;
Undocumented in source.
- addNode
GodotMethod!(void, String, AnimationNode, Vector2) addNode;
Undocumented in source.
- connectNode
GodotMethod!(void, String, long, String) connectNode;
Undocumented in source.
- disconnectNode
GodotMethod!(void, String, long) disconnectNode;
Undocumented in source.
- getGraphOffset
GodotMethod!(Vector2) getGraphOffset;
Undocumented in source.
- getNode
GodotMethod!(AnimationNode, String) getNode;
Undocumented in source.
- getNodePosition
GodotMethod!(Vector2, String) getNodePosition;
Undocumented in source.
- hasNode
GodotMethod!(bool, String) hasNode;
Undocumented in source.
- removeNode
GodotMethod!(void, String) removeNode;
Undocumented in source.
- renameNode
GodotMethod!(void, String, String) renameNode;
Undocumented in source.
- setGraphOffset
GodotMethod!(void, Vector2) setGraphOffset;
Undocumented in source.
- setNodePosition
GodotMethod!(void, String, Vector2) setNodePosition;
Undocumented in source.