Abstract
Optional
_options: { Optional
blending?: ANIMATION_BLENDINGOptional
speed?: numberOptional
weight?: numberThe mode used for blending this node with others in an AnimationNodeBlend. Default: ANIMATION_BLENDING.OVERRIDE.
The (blended) animation mutator at the state of the last call to update.
The playback speed
The weight used for blending this node with others in an AnimationNodeBlend. Default: 1.
Abstract
resetAbstract
updateOptional
_pose: Mutator
Base class for all animation nodes. Animation nodes form an animation graph enabling hierachical animation blending and animation transitions. Can be attached to a Node via ComponentAnimationGraph.
Author
Jonas Plotzky, HFU, 2024-2025