Module node

Module node 

Source
Expand description

Node is a part of animation blending tree, that backs a state with animation data. See PoseNode docs for more info.

Modules§

blend
Various animation blending nodes.
blendspace
play
A simplest pose node that extracts pose from a specific animation and prepares it for further use.

Structs§

BasePoseNode
A set of common data fields that is used in every node.

Enums§

AnimationEventCollectionStrategy
A way of animation events collection.
PoseNode
Specialized node that provides animation pose. See documentation for each variant.

Traits§

AnimationPoseSource
A trait that responsible for animation pose evaluation.