Manager
- class Communicator.Animation.Manager()
Top-level interface for the animation system.
Methods
Methods
clear
- Communicator.Animation.Manager.clear()
Removes all players from control of the manager.
- Return type
void
createPlayer
- Communicator.Animation.Manager.createPlayer(animation)
Creates a new animation player for the supplied animation.
- Arguments
animation (
Communicator.Animation.Animation()
) –
- Return type
Communicator.Animation.Player
removePlayer
- Communicator.Animation.Manager.removePlayer(player)
Removes the provided player from control of the manager. Returns
true
is a player was removed- Arguments
player (
Communicator.Animation.Player()
) –
- Return type
boolean