BlendTreeBlendNode
A source node for an animation that mixes several animations to form a single animation.
Declaration
struct BlendTreeBlendNodeOverview
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.