World Manager
C4Animation.h

class MergeAnimator

The MergeAnimator class is an animator that merges outputs from its subnodes.
Definition

class MergeAnimator : public Animator

Constructor

MergeAnimator(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 MergeAnimator class is a special type of animator.
See Also
BlendAnimator