Expand description
Animation player is a node that contains multiple animations. It updates and plays all the animations.
See AnimationPlayer
docs for more info.
Modules§
- prelude
- Standard prelude for animations, that contains all most commonly used types and traits.
Structs§
- Animation
Player - Animation player is a node that contains multiple animations. It updates and plays all the animations.
The node could be a source of animations for animation blending state machines. To learn more about
animations, see
Animation
docs. - Animation
Player Builder - A builder for
AnimationPlayer
node.
Enums§
Traits§
- Animation
Container Ext - Extension trait for
AnimationContainer
. - Animation
Pose Ext - Extension trait for
AnimationPose
. - Bound
Value Collection Ext - Extension trait for
BoundValueCollection
.
Type Aliases§
- Animation
- UI-specific animation.
- Animation
Container - UI-specific animation container.
- Animation
Pose - UI-specific animation pose.
- Node
Pose - UI-specific animation node pose.
- Track
- UI-specific animation track.