C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class BlendAnimator

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