Module bevy::animation

source ·
Expand description

Provides types and plugins for animations.

Modules

Structs

A list of VariableCurve, and the EntityPath to which they apply.
Animation controls
Adds animation support to an app
Path to an entity, with Names. Each entity in a path must have a name.
Describes how an attribute of a Transform should be animated.

Enums

List of keyframes for one of the attribute of a Transform.

Functions

System that will play all animations, using any entity with a AnimationPlayer and a Handle<AnimationClip> as an animation root