AnimationSet

For now, all this class does is run a bunch of animations simultaneously.

Constructors

this
this(Animation[] anims)
Undocumented in source.

Members

Functions

isRunning
bool isRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
setMode
void setMode(AnimationSetMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(Duration deltaT)
Undocumented in source. Be warned that the author may not have intended to support it.
updateProgress
void updateProgress(double progress)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Animatable

updateProgress
void updateProgress(double progress)
Undocumented in source.
update
void update(Duration deltaTime)
Undocumented in source.
isRunning
bool isRunning()
Undocumented in source.

Meta