Contents

BlendTreeBlendNode

A source node for an animation that mixes several animations to form a single animation.

Declaration

struct BlendTreeBlendNode

Overview

A blend tree animation mixes multiple animations to form a single animation. The BlendTreeBlendNode structure adopts the BlendTreeNode protocol, which specifies the behavior of animations that make up a blend tree animation. This structure adds the ability to branch a blend tree at any point. Each member of this property’s sources array represents a branch in the tree. For more information about blend trees, see BlendTreeAnimation.

Topics

Creating a blend-tree blend node

Configuring the node

Configuring child nodes

See Also

Blend trees