AnimatedTexture.GDNativeClassBinding

Undocumented in source.

Members

Static variables

_updateProxy
GodotMethod!(void) _updateProxy;
Undocumented in source.
getCurrentFrame
GodotMethod!(long) getCurrentFrame;
Undocumented in source.
getFps
GodotMethod!(double) getFps;
Undocumented in source.
getFrameDelay
GodotMethod!(double, long) getFrameDelay;
Undocumented in source.
getFrameTexture
GodotMethod!(Texture, long) getFrameTexture;
Undocumented in source.
getFrames
GodotMethod!(long) getFrames;
Undocumented in source.
getOneshot
GodotMethod!(bool) getOneshot;
Undocumented in source.
getPause
GodotMethod!(bool) getPause;
Undocumented in source.
setCurrentFrame
GodotMethod!(void, long) setCurrentFrame;
Undocumented in source.
setFps
GodotMethod!(void, double) setFps;
Undocumented in source.
setFrameDelay
GodotMethod!(void, long, double) setFrameDelay;
Undocumented in source.
setFrameTexture
GodotMethod!(void, long, Texture) setFrameTexture;
Undocumented in source.
setFrames
GodotMethod!(void, long) setFrames;
Undocumented in source.
setOneshot
GodotMethod!(void, bool) setOneshot;
Undocumented in source.
setPause
GodotMethod!(void, bool) setPause;
Undocumented in source.

Meta