bevy/crates/bevy_animation/src
Mincong Lu 309c224ca8
Added get_main_animation for AnimationTransitions (#14104)
# Objective

Added a getter for the main animation of `AnimationTransitions`.

## Solution

Added `get_main_animation` for `AnimationTransitions`.
2024-07-02 22:10:00 +02:00
..
animatable.rs Remove ClampColor (#13307) 2024-05-10 13:15:56 +00:00
graph.rs Use async-fn in traits rather than BoxedFuture (#12550) 2024-03-18 17:56:57 +00:00
lib.rs Make the component types of the new animation players clonable. (#13736) 2024-06-09 01:18:07 +02:00
transition.rs Added get_main_animation for AnimationTransitions (#14104) 2024-07-02 22:10:00 +02:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00