AnimationInstance

Undocumented in source.

Members

Functions

currentFrameSprite
Sprite currentFrameSprite()
Undocumented in source. Be warned that the author may not have intended to support it.
gotoFrame
void gotoFrame(int frame)
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
resume
void resume()
Undocumented in source. Be warned that the author may not have intended to support it.
seekFrameIndex
size_t seekFrameIndex(float timer)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currentFrame
size_t currentFrame;
Undocumented in source.
onLoop
void delegate() onLoop;
Undocumented in source.
origin
vec2 origin;
Undocumented in source.
scale
vec2 scale;
Undocumented in source.
sheet
SpriteSheetAnimationRef sheet;
Undocumented in source.
status
AnimationStatus status;
Undocumented in source.
timer
double timer;
Undocumented in source.

Meta