AnimationNodeStateMachine._classBinding

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

Members

Static variables

_treeChanged
GodotMethod!(void) _treeChanged;
Undocumented in source.
addNode
GodotMethod!(void, String, AnimationNode, Vector2) addNode;
Undocumented in source.
addTransition
GodotMethod!(void, String, String, AnimationNodeStateMachineTransition) addTransition;
Undocumented in source.
getEndNode
GodotMethod!(String) getEndNode;
Undocumented in source.
getGraphOffset
GodotMethod!(Vector2) getGraphOffset;
Undocumented in source.
getNode
GodotMethod!(AnimationNode, String) getNode;
Undocumented in source.
getNodeName
GodotMethod!(String, AnimationNode) getNodeName;
Undocumented in source.
getNodePosition
GodotMethod!(Vector2, String) getNodePosition;
Undocumented in source.
getStartNode
GodotMethod!(String) getStartNode;
Undocumented in source.
getTransition
GodotMethod!(AnimationNodeStateMachineTransition, long) getTransition;
Undocumented in source.
getTransitionCount
GodotMethod!(long) getTransitionCount;
Undocumented in source.
getTransitionFrom
GodotMethod!(String, long) getTransitionFrom;
Undocumented in source.
getTransitionTo
GodotMethod!(String, long) getTransitionTo;
Undocumented in source.
hasNode
GodotMethod!(bool, String) hasNode;
Undocumented in source.
hasTransition
GodotMethod!(bool, String, String) hasTransition;
Undocumented in source.
removeNode
GodotMethod!(void, String) removeNode;
Undocumented in source.
removeTransition
GodotMethod!(void, String, String) removeTransition;
Undocumented in source.
removeTransitionByIndex
GodotMethod!(void, long) removeTransitionByIndex;
Undocumented in source.
renameNode
GodotMethod!(void, String, String) renameNode;
Undocumented in source.
setEndNode
GodotMethod!(void, String) setEndNode;
Undocumented in source.
setGraphOffset
GodotMethod!(void, Vector2) setGraphOffset;
Undocumented in source.
setNodePosition
GodotMethod!(void, String, Vector2) setNodePosition;
Undocumented in source.
setStartNode
GodotMethod!(void, String) setStartNode;
Undocumented in source.

Meta