Module bevy_internal::animation
source · Expand description
Provides types and plugins for animations.
Modules
Structs
- A list of
VariableCurve
, and theEntityPath
to which they apply. - Animation controls
- Adds animation support to an app
- Path to an entity, with
Name
s. Each entity in a path must have a name. - Describes how an attribute of a
Transform
orMorphWeights
should be animated.
Enums
- Interpolation method to use between keyframes.
- List of keyframes for one of the attribute of a
Transform
. - Repetition behavior of an animation.
Functions
- System that will play all animations, using any entity with a
AnimationPlayer
and aHandle<AnimationClip>
as an animation root