Public Member Functions | |
AnimationManager (AccessEngine *vm) | |
void | freeAnimationData () |
void | loadAnimations (Resource *res) |
Animation * | findAnimation (int animId) |
Animation * | setAnimation (int animId) |
void | animate (int animId) |
void | clearTimers () |
void | setAnimTimer (Animation *anim) |
void | updateTimers () |
Public Member Functions inherited from Access::Manager | |
Manager (AccessEngine *vm) | |
Public Attributes | |
Animation * | _animStart |
Common::Point | _base |
int | _frameScale |
Additional Inherited Members | |
Protected Attributes inherited from Access::Manager | |
AccessEngine * | _vm |
void Access::AnimationManager::clearTimers | ( | ) |
Clear the list of currently active animations
void Access::AnimationManager::setAnimTimer | ( | Animation * | anim | ) |
Add an animation to the list of currently animating ones
void Access::AnimationManager::updateTimers | ( | ) |
Update the timing of all currently active animation