AnimationCoordinatorFactory Class Reference
#include <AnimationCoordinatorFactory.h>
Inheritance diagram for AnimationCoordinatorFactory:
![](../class_animation_coordinator_factory.png)
# Public Member Functions | |
AnimationCoordinator | getCoordinator (AnimationController animationController, ListenerObject scope, const CharSetSpec *charSetSpec) |
# Protected Attributes | |
VirtualList | animationCoordinators |
List of instances of animation coordinators. |
# Additional Inherited Members | |
![]() | |
void | constructor () |
Class' constructor. | |
const void * | getVTable () |
bool | mutateTo (const void *targetClass) |
![]() | |
static Object | getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod) |
![]() | |
void * | vTable |
Pointer to the class's virtual table. |
# Detailed Description
Class AnimationCoordinator
Inherits from ListenerObject
Creates instances of animation coordinators.
Definition at line 37 of file AnimationCoordinatorFactory.h.
# Member Function Documentation
# getCoordinator()
AnimationCoordinator AnimationCoordinatorFactory::getCoordinator | ( | AnimationController | animationController, |
ListenerObject | scope, | ||
const CharSetSpec * | charSetSpec ) |
Get an animation coordinator.
- Parameters
-
animationController Animation controller to potentially coordinate scope Object that might need to listen for playback related events charSetSpec CharSetSpec shared by the animation controllers to coordinate
- Returns
- ClockManager singleton
Definition at line 36 of file AnimationCoordinatorFactory.c.
# Member Data Documentation
# animationCoordinators
|
protected |
List of instances of animation coordinators.
Definition at line 42 of file AnimationCoordinatorFactory.h.
The documentation for this class was generated from the following files:
- VUEngine-Core/source/Component/VisualComponent/Sprite/AnimationController/AnimationCoordinatorFactory.h
- VUEngine-Core/source/Component/VisualComponent/Sprite/AnimationController/AnimationCoordinatorFactory.c