bevy/crates/bevy_animation
jfaz ad4ec145eb
Expose animation_clip paths (#9392)
Need this for a custom `AnimationPlayer` that I tick in `FixedUpdate`

# Objective

- Need access to an animation clip's `paths` from outside the module

## Solution

- Add a getter method to return a reference to `paths`

---------

Co-authored-by: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com>
2023-08-11 21:03:36 +00:00
..
src Expose animation_clip paths (#9392) 2023-08-11 21:03:36 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00