Getting Started
Tutorials
Programming Guide
API References
Additional Resources
Top-level interface for the animation system.
Methods
clear
createPlayer
removePlayer
removePlayerByIndex
setTickInterval
Removes all players from control of the manager.
void
Creates a new animation player for the supplied animation.
animation (Animation) –
Animation
Player
Removes the provided player from control of the manager. Returns true is a player was removed
true
player (Player) –
boolean
Removes the player at the provided index from control of the manager. Returns true if a player was removed
index (number) –
number
Sets the interval at which animations are updated.
milliseconds (number) – number of milliseconds between update intervals