class AnimationController
Defined in:
The C4Models.h
AnimationController
class plays animations for a model node.
Definition
class AnimationController final : public Controller
Member Functions
AnimationController::PlayAnimation |
Plays an animation from a resource. |
AnimationController::StopAnimation |
Stops an animation. |
Constructor
AnimationController();
Description
The AnimationController
class plays simple animations for a model by attaching a FrameAnimator
to the model node.
Base Classes
Controller |
A AnimationController is a specific type of controller.
|
See Also