bevy/crates/bevy_time/src
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
..
common_conditions.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
fixed_timestep.rs Add missing documentation to bevy_time (#9428) 2023-08-15 21:48:37 +00:00
lib.rs Improve doc formatting. (#9840) 2023-09-18 19:43:56 +00:00
stopwatch.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
time.rs Remove useless single tuples and trailing commas (#9720) 2023-09-08 21:46:54 +00:00
timer.rs Clarify behaviour of Timer::finished() for repeating timers (#9939) 2023-09-29 21:57:01 +00:00