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.
Transit to the given AnimationNode over the specified duration. The given node will be reset.
Allows to transition from one AnimationNode to another over a specified time. If nested inside an AnimationNodeBlend, transit from/into an empty state to blend from/into the accumulated result of the container blend node.
Author
Jonas Plotzky, HFU, 2024-2025
Example: