Public Member Functions | |
| AnimationManager (ToonEngine *vm) | |
| AnimationInstance * | createNewInstance (AnimationInstanceType type) |
| void | addInstance (AnimationInstance *instance) |
| void | removeInstance (AnimationInstance *instance) |
| void | updateInstance (AnimationInstance *instance) |
| void | removeAllInstances (AnimationInstanceType type) |
| void | render () |
| void | update (int32 timeIncrement) |
| bool | hasInstance (AnimationInstance *instance) |
Protected Attributes | |
| ToonEngine * | _vm |
| Common::Array< AnimationInstance * > | _instances |