mirror of
https://github.com/bevyengine/bevy
synced 2025-01-10 12:18:58 +00:00
651f3d08d7
# Objective Some use cases might require holding onto the previous state of the animation player for change detection. ## Solution Added `clone` and `copy` implementation to most animation types. Added optimized `clone_from` implementations for the specific use case of holding a `PreviousAnimationPlayer` component. --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> |
||
---|---|---|
.. | ||
animatable.rs | ||
graph.rs | ||
lib.rs | ||
transition.rs | ||
util.rs |