|
World Manager
C4Animation.h
class FrameAnimator
The FrameAnimator class is an animator that outputs transforms from frame data in an animation resource.
Definition
class FrameAnimator : public Animator
Member Functions
Constructor
FrameAnimator(Model *model, Node *node = nullptr);
Parameters
model |
The model to which the animator applies.
|
node |
The root of the subtree within the model that is affected by the animator. If this is nullptr, then the root is the same as the model parameter.
|
Description
Base Classes
Animator |
The FrameAnimator class is a special type of animator.
|
|