bevy/crates/bevy_animation
Matty a06802a66e
Make AnimatableCurve::curve public (#15831)
# Objective

The other `Curve -> AnimationCurve` wrappers allow public access to the
inner curve, so this one should as well.

## Solution

Made the field public. Instances will still need to be constructed using
the (more ergonomic) `from_curve` method, which infers the phantom type
for the user.
2024-10-10 18:51:17 +00:00
..
derive Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
src Make AnimatableCurve::curve public (#15831) 2024-10-10 18:51:17 +00:00
Cargo.toml Remove thiserror from bevy_animation (#15780) 2024-10-09 14:16:21 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Animation

License Crates.io Downloads Docs Discord