public class AnimationSystem extends java.lang.Object implements IUpdateable
| Modifier and Type | Method and Description |
|---|---|
void |
add(AnimationElement element)
Adds the.
|
static AnimationSystem |
getInstance()
Gets the single instance of AnimationSystem.
|
void |
remove(AnimationElement element)
Removes the.
|
void |
update(float timePerFrameSeconds)
Update.
|
public static AnimationSystem getInstance()
public void add(AnimationElement element)
element - the elementpublic void remove(AnimationElement element)
element - the elementpublic void update(float timePerFrameSeconds)
IUpdateableupdate in interface IUpdateabletimePerFrameSeconds - the time per frame seconds