|
World Manager
C4Animation.h
class BlendAnimator
The BlendAnimator class is an animator that blends outputs from its subnodes.
Definition
class BlendAnimator : public Animator
Constructor
BlendAnimator(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 BlendAnimator class is a special type of animator.
|
See Also
MergeAnimator
|