Module fyrox::scene::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§

  • Animation blending state machine is a node that takes multiple animations from an animation player and mixes them in arbitrary way into one animation. See AnimationBlendingStateMachine docs for more info.
  • Standard prelude for animations, that contains all most commonly used types and traits.
  • Scene-specific sprite sheet animation.

Structs§

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

Traits§

Type Aliases§