bevy/crates/bevy_time
cyqsimon 14db5b38dc
Clarify behaviour of Timer::finished() for repeating timers (#9939)
# Objective

I was wondering whether to use `Timer::finished` or
`Timer::just_finished` for my repeating timer. This PR clarifies their
difference (or rather, lack thereof).

## Solution

More docs & examples.
2023-09-29 21:57:01 +00:00
..
src Clarify behaviour of Timer::finished() for repeating timers (#9939) 2023-09-29 21:57:01 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00
README.md Add missing documentation to bevy_time (#9428) 2023-08-15 21:48:37 +00:00

Bevy Time

The built-in timekeeping plugin for the Bevy game engine.