AnimationPlayer.GDNativeClassBinding

Undocumented in source.
struct AnimationPlayer
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_animationChanged
GodotMethod!(void) _animationChanged;
Undocumented in source.
_nodeRemoved
GodotMethod!(void, Node) _nodeRemoved;
Undocumented in source.
addAnimation
GodotMethod!(GodotError, String, Animation) addAnimation;
Undocumented in source.
advance
GodotMethod!(void, double) advance;
Undocumented in source.
animationGetNext
GodotMethod!(String, String) animationGetNext;
Undocumented in source.
animationSetNext
GodotMethod!(void, String, String) animationSetNext;
Undocumented in source.
clearCaches
GodotMethod!(void) clearCaches;
Undocumented in source.
clearQueue
GodotMethod!(void) clearQueue;
Undocumented in source.
findAnimation
GodotMethod!(String, Animation) findAnimation;
Undocumented in source.
getAnimation
GodotMethod!(Animation, String) getAnimation;
Undocumented in source.
getAnimationList
GodotMethod!(PoolStringArray) getAnimationList;
Undocumented in source.
getAnimationProcessMode
GodotMethod!(AnimationPlayer.AnimationProcessMode) getAnimationProcessMode;
Undocumented in source.
getAssignedAnimation
GodotMethod!(String) getAssignedAnimation;
Undocumented in source.
getAutoplay
GodotMethod!(String) getAutoplay;
Undocumented in source.
getBlendTime
GodotMethod!(double, String, String) getBlendTime;
Undocumented in source.
getCurrentAnimation
GodotMethod!(String) getCurrentAnimation;
Undocumented in source.
getCurrentAnimationLength
GodotMethod!(double) getCurrentAnimationLength;
Undocumented in source.
getCurrentAnimationPosition
GodotMethod!(double) getCurrentAnimationPosition;
Undocumented in source.
getDefaultBlendTime
GodotMethod!(double) getDefaultBlendTime;
Undocumented in source.
getMethodCallMode
GodotMethod!(AnimationPlayer.AnimationMethodCallMode) getMethodCallMode;
Undocumented in source.
getPlayingSpeed
GodotMethod!(double) getPlayingSpeed;
Undocumented in source.
getQueue
GodotMethod!(PoolStringArray) getQueue;
Undocumented in source.
getRoot
GodotMethod!(NodePath) getRoot;
Undocumented in source.
getSpeedScale
GodotMethod!(double) getSpeedScale;
Undocumented in source.
hasAnimation
GodotMethod!(bool, String) hasAnimation;
Undocumented in source.
isActive
GodotMethod!(bool) isActive;
Undocumented in source.
isPlaying
GodotMethod!(bool) isPlaying;
Undocumented in source.
play
GodotMethod!(void, String, double, double, bool) play;
Undocumented in source.
playBackwards
GodotMethod!(void, String, double) playBackwards;
Undocumented in source.
queue
GodotMethod!(void, String) queue;
Undocumented in source.
removeAnimation
GodotMethod!(void, String) removeAnimation;
Undocumented in source.
renameAnimation
GodotMethod!(void, String, String) renameAnimation;
Undocumented in source.
seek
GodotMethod!(void, double, bool) seek;
Undocumented in source.
setActive
GodotMethod!(void, bool) setActive;
Undocumented in source.
setAnimationProcessMode
GodotMethod!(void, long) setAnimationProcessMode;
Undocumented in source.
setAssignedAnimation
GodotMethod!(void, String) setAssignedAnimation;
Undocumented in source.
setAutoplay
GodotMethod!(void, String) setAutoplay;
Undocumented in source.
setBlendTime
GodotMethod!(void, String, String, double) setBlendTime;
Undocumented in source.
setCurrentAnimation
GodotMethod!(void, String) setCurrentAnimation;
Undocumented in source.
setDefaultBlendTime
GodotMethod!(void, double) setDefaultBlendTime;
Undocumented in source.
setMethodCallMode
GodotMethod!(void, long) setMethodCallMode;
Undocumented in source.
setRoot
GodotMethod!(void, NodePath) setRoot;
Undocumented in source.
setSpeedScale
GodotMethod!(void, double) setSpeedScale;
Undocumented in source.
stop
GodotMethod!(void, bool) stop;
Undocumented in source.

Meta