C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class MergeAnimator

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