SpriteFrames.GDNativeClassBinding

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

Members

Static variables

_getAnimations
GodotMethod!(Array) _getAnimations;
Undocumented in source.
_getFrames
GodotMethod!(Array) _getFrames;
Undocumented in source.
_setAnimations
GodotMethod!(void, Array) _setAnimations;
Undocumented in source.
_setFrames
GodotMethod!(void, Array) _setFrames;
Undocumented in source.
addAnimation
GodotMethod!(void, String) addAnimation;
Undocumented in source.
addFrame
GodotMethod!(void, String, Texture, long) addFrame;
Undocumented in source.
clear
GodotMethod!(void, String) clear;
Undocumented in source.
clearAll
GodotMethod!(void) clearAll;
Undocumented in source.
getAnimationLoop
GodotMethod!(bool, String) getAnimationLoop;
Undocumented in source.
getAnimationNames
GodotMethod!(PoolStringArray) getAnimationNames;
Undocumented in source.
getAnimationSpeed
GodotMethod!(double, String) getAnimationSpeed;
Undocumented in source.
getFrame
GodotMethod!(Texture, String, long) getFrame;
Undocumented in source.
getFrameCount
GodotMethod!(long, String) getFrameCount;
Undocumented in source.
hasAnimation
GodotMethod!(bool, String) hasAnimation;
Undocumented in source.
removeAnimation
GodotMethod!(void, String) removeAnimation;
Undocumented in source.
removeFrame
GodotMethod!(void, String, long) removeFrame;
Undocumented in source.
renameAnimation
GodotMethod!(void, String, String) renameAnimation;
Undocumented in source.
setAnimationLoop
GodotMethod!(void, String, bool) setAnimationLoop;
Undocumented in source.
setAnimationSpeed
GodotMethod!(void, String, double) setAnimationSpeed;
Undocumented in source.
setFrame
GodotMethod!(void, String, long, Texture) setFrame;
Undocumented in source.

Meta