bevy/crates/bevy_animation
andristarr 7482a0d26d
aligning public apis of Time,Timer and Stopwatch (#15962)
Fixes #15834

## Migration Guide

The APIs of `Time`, `Timer` and `Stopwatch` have been cleaned up for
consistency with each other and the standard library's `Duration` type.
The following methods have been renamed:

- `Stowatch::paused` -> `Stopwatch::is_paused`
- `Time::elapsed_seconds` -> `Time::elasped_secs` (including `_f64` and
`_wrapped` variants)
2024-10-16 21:09:32 +00:00
..
derive Add Support for Triggering Events via AnimationEvents (#15538) 2024-10-06 10:03:05 +00:00
src aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +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