C4 Engine
C4 Engine API Documentation

class AnimationController

Defined in:  C4Models.h
The 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

Model