AnimationTreePlayer._classBinding

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

Members

Static variables

addNode
GodotMethod!(void, long, String) addNode;
Undocumented in source.
advance
GodotMethod!(void, double) advance;
Undocumented in source.
animationNodeGetAnimation
GodotMethod!(Animation, String) animationNodeGetAnimation;
Undocumented in source.
animationNodeGetMasterAnimation
GodotMethod!(String, String) animationNodeGetMasterAnimation;
Undocumented in source.
animationNodeGetPosition
GodotMethod!(double, String) animationNodeGetPosition;
Undocumented in source.
animationNodeSetAnimation
GodotMethod!(void, String, Animation) animationNodeSetAnimation;
Undocumented in source.
animationNodeSetFilterPath
GodotMethod!(void, String, NodePath, bool) animationNodeSetFilterPath;
Undocumented in source.
animationNodeSetMasterAnimation
GodotMethod!(void, String, String) animationNodeSetMasterAnimation;
Undocumented in source.
areNodesConnected
GodotMethod!(bool, String, String, long) areNodesConnected;
Undocumented in source.
blend2NodeGetAmount
GodotMethod!(double, String) blend2NodeGetAmount;
Undocumented in source.
blend2NodeSetAmount
GodotMethod!(void, String, double) blend2NodeSetAmount;
Undocumented in source.
blend2NodeSetFilterPath
GodotMethod!(void, String, NodePath, bool) blend2NodeSetFilterPath;
Undocumented in source.
blend3NodeGetAmount
GodotMethod!(double, String) blend3NodeGetAmount;
Undocumented in source.
blend3NodeSetAmount
GodotMethod!(void, String, double) blend3NodeSetAmount;
Undocumented in source.
blend4NodeGetAmount
GodotMethod!(Vector2, String) blend4NodeGetAmount;
Undocumented in source.
blend4NodeSetAmount
GodotMethod!(void, String, Vector2) blend4NodeSetAmount;
Undocumented in source.
connectNodes
GodotMethod!(GodotError, String, String, long) connectNodes;
Undocumented in source.
disconnectNodes
GodotMethod!(void, String, long) disconnectNodes;
Undocumented in source.
getAnimationProcessMode
GodotMethod!(AnimationTreePlayer.AnimationProcessMode) getAnimationProcessMode;
Undocumented in source.
getBasePath
GodotMethod!(NodePath) getBasePath;
Undocumented in source.
getMasterPlayer
GodotMethod!(NodePath) getMasterPlayer;
Undocumented in source.
getNodeList
GodotMethod!(PoolStringArray) getNodeList;
Undocumented in source.
isActive
GodotMethod!(bool) isActive;
Undocumented in source.
mixNodeGetAmount
GodotMethod!(double, String) mixNodeGetAmount;
Undocumented in source.
mixNodeSetAmount
GodotMethod!(void, String, double) mixNodeSetAmount;
Undocumented in source.
nodeExists
GodotMethod!(bool, String) nodeExists;
Undocumented in source.
nodeGetInputCount
GodotMethod!(long, String) nodeGetInputCount;
Undocumented in source.
nodeGetInputSource
GodotMethod!(String, String, long) nodeGetInputSource;
Undocumented in source.
nodeGetPosition
GodotMethod!(Vector2, String) nodeGetPosition;
Undocumented in source.
nodeGetType
GodotMethod!(AnimationTreePlayer.NodeType, String) nodeGetType;
Undocumented in source.
nodeRename
GodotMethod!(GodotError, String, String) nodeRename;
Undocumented in source.
nodeSetPosition
GodotMethod!(void, String, Vector2) nodeSetPosition;
Undocumented in source.
oneshotNodeGetAutorestartDelay
GodotMethod!(double, String) oneshotNodeGetAutorestartDelay;
Undocumented in source.
oneshotNodeGetAutorestartRandomDelay
GodotMethod!(double, String) oneshotNodeGetAutorestartRandomDelay;
Undocumented in source.
oneshotNodeGetFadeinTime
GodotMethod!(double, String) oneshotNodeGetFadeinTime;
Undocumented in source.
oneshotNodeGetFadeoutTime
GodotMethod!(double, String) oneshotNodeGetFadeoutTime;
Undocumented in source.
oneshotNodeHasAutorestart
GodotMethod!(bool, String) oneshotNodeHasAutorestart;
Undocumented in source.
oneshotNodeIsActive
GodotMethod!(bool, String) oneshotNodeIsActive;
Undocumented in source.
oneshotNodeSetAutorestart
GodotMethod!(void, String, bool) oneshotNodeSetAutorestart;
Undocumented in source.
oneshotNodeSetAutorestartDelay
GodotMethod!(void, String, double) oneshotNodeSetAutorestartDelay;
Undocumented in source.
oneshotNodeSetAutorestartRandomDelay
GodotMethod!(void, String, double) oneshotNodeSetAutorestartRandomDelay;
Undocumented in source.
oneshotNodeSetFadeinTime
GodotMethod!(void, String, double) oneshotNodeSetFadeinTime;
Undocumented in source.
oneshotNodeSetFadeoutTime
GodotMethod!(void, String, double) oneshotNodeSetFadeoutTime;
Undocumented in source.
oneshotNodeSetFilterPath
GodotMethod!(void, String, NodePath, bool) oneshotNodeSetFilterPath;
Undocumented in source.
oneshotNodeStart
GodotMethod!(void, String) oneshotNodeStart;
Undocumented in source.
oneshotNodeStop
GodotMethod!(void, String) oneshotNodeStop;
Undocumented in source.
recomputeCaches
GodotMethod!(void) recomputeCaches;
Undocumented in source.
removeNode
GodotMethod!(void, String) removeNode;
Undocumented in source.
reset
GodotMethod!(void) reset;
Undocumented in source.
setActive
GodotMethod!(void, bool) setActive;
Undocumented in source.
setAnimationProcessMode
GodotMethod!(void, long) setAnimationProcessMode;
Undocumented in source.
setBasePath
GodotMethod!(void, NodePath) setBasePath;
Undocumented in source.
setMasterPlayer
GodotMethod!(void, NodePath) setMasterPlayer;
Undocumented in source.
timescaleNodeGetScale
GodotMethod!(double, String) timescaleNodeGetScale;
Undocumented in source.
timescaleNodeSetScale
GodotMethod!(void, String, double) timescaleNodeSetScale;
Undocumented in source.
timeseekNodeSeek
GodotMethod!(void, String, double) timeseekNodeSeek;
Undocumented in source.
transitionNodeDeleteInput
GodotMethod!(void, String, long) transitionNodeDeleteInput;
Undocumented in source.
transitionNodeGetCurrent
GodotMethod!(long, String) transitionNodeGetCurrent;
Undocumented in source.
transitionNodeGetInputCount
GodotMethod!(long, String) transitionNodeGetInputCount;
Undocumented in source.
transitionNodeGetXfadeTime
GodotMethod!(double, String) transitionNodeGetXfadeTime;
Undocumented in source.
transitionNodeHasInputAutoAdvance
GodotMethod!(bool, String, long) transitionNodeHasInputAutoAdvance;
Undocumented in source.
transitionNodeSetCurrent
GodotMethod!(void, String, long) transitionNodeSetCurrent;
Undocumented in source.
transitionNodeSetInputAutoAdvance
GodotMethod!(void, String, long, bool) transitionNodeSetInputAutoAdvance;
Undocumented in source.
transitionNodeSetInputCount
GodotMethod!(void, String, long) transitionNodeSetInputCount;
Undocumented in source.
transitionNodeSetXfadeTime
GodotMethod!(void, String, double) transitionNodeSetXfadeTime;
Undocumented in source.

Meta