AnimatedSprite3D.GDNativeClassBinding

Undocumented in source.

Members

Static variables

_isPlaying
GodotMethod!(bool) _isPlaying;
Undocumented in source.
_resChanged
GodotMethod!(void) _resChanged;
Undocumented in source.
_setPlaying
GodotMethod!(void, bool) _setPlaying;
Undocumented in source.
getAnimation
GodotMethod!(String) getAnimation;
Undocumented in source.
getFrame
GodotMethod!(long) getFrame;
Undocumented in source.
getSpriteFrames
GodotMethod!(SpriteFrames) getSpriteFrames;
Undocumented in source.
isPlaying
GodotMethod!(bool) isPlaying;
Undocumented in source.
play
GodotMethod!(void, String) play;
Undocumented in source.
setAnimation
GodotMethod!(void, String) setAnimation;
Undocumented in source.
setFrame
GodotMethod!(void, long) setFrame;
Undocumented in source.
setSpriteFrames
GodotMethod!(void, SpriteFrames) setSpriteFrames;
Undocumented in source.
stop
GodotMethod!(void) stop;
Undocumented in source.

Meta