Module animation

Source
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§

AnimationPlayer
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.
AnimationPlayerBuilder
A builder for AnimationPlayer node.

Enums§

AnimationPlayerMessage

Traits§

AnimationContainerExt
Extension trait for AnimationContainer.
AnimationPoseExt
Extension trait for AnimationPose.
BoundValueCollectionExt
Extension trait for BoundValueCollection.

Type Aliases§

Animation
UI-specific animation.
AnimationContainer
UI-specific animation container.
AnimationPose
UI-specific animation pose.
NodePose
UI-specific animation node pose.
Track
UI-specific animation track.