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§
- Base
Pose Node - A set of common data fields that is used in every node.
Enums§
- Animation
Event Collection Strategy - A way of animation events collection.
- Pose
Node - Specialized node that provides animation pose. See documentation for each variant.
Traits§
- Animation
Pose Source - A trait that responsible for animation pose evaluation.