bevy/crates/bevy_animation/src
Antony 05d20139aa
Simplify AnimatableProperty::Property trait bounds (#15495)
# Objective

- Fixes #15392.

## Solution

- Use `Reflectable` in place of `GetTypeRegistration + Reflect +
TypePath + Typed`.
2024-09-28 15:04:00 +00:00
..
animatable.rs Allow animation clips to animate arbitrary properties. (#15282) 2024-09-23 17:14:12 +00:00
graph.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
keyframes.rs Simplify AnimatableProperty::Property trait bounds (#15495) 2024-09-28 15:04:00 +00:00
lib.rs Include AnimationTarget directly in the animation query rather than reading it through the EntityMut (#15413) 2024-09-27 18:18:03 +00:00
transition.rs Fix repeated animation transition bug (#14411) 2024-07-22 19:17:46 +00:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00