AnimatedSprite._classBinding

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

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.
getOffset
GodotMethod!(Vector2) getOffset;
Undocumented in source.
getSpeedScale
GodotMethod!(double) getSpeedScale;
Undocumented in source.
getSpriteFrames
GodotMethod!(SpriteFrames) getSpriteFrames;
Undocumented in source.
isCentered
GodotMethod!(bool) isCentered;
Undocumented in source.
isFlippedH
GodotMethod!(bool) isFlippedH;
Undocumented in source.
isFlippedV
GodotMethod!(bool) isFlippedV;
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.
setCentered
GodotMethod!(void, bool) setCentered;
Undocumented in source.
setFlipH
GodotMethod!(void, bool) setFlipH;
Undocumented in source.
setFlipV
GodotMethod!(void, bool) setFlipV;
Undocumented in source.
setFrame
GodotMethod!(void, long) setFrame;
Undocumented in source.
setOffset
GodotMethod!(void, Vector2) setOffset;
Undocumented in source.
setSpeedScale
GodotMethod!(void, double) setSpeedScale;
Undocumented in source.
setSpriteFrames
GodotMethod!(void, SpriteFrames) setSpriteFrames;
Undocumented in source.
stop
GodotMethod!(void) stop;
Undocumented in source.

Meta