bevy/crates/bevy_time/src
onbjerg 554bc7b0d4
Document repeating timer tick behavior (#20137)
# Objective

Closes #20132 

## Solution

I found docs describing the behavior elsewhere in Bevy, which I pulled
in to the main `Timer` docs:
b01de70bdd/crates/bevy_time/src/common_conditions.rs (L27-L35)

I also restructured the docs a little bit.
2025-07-14 22:31:31 +00:00
..
common_conditions.rs Rename Timer::finished and Timer::paused to is_finished and is_paused (#19386) 2025-05-27 22:24:18 +00:00
fixed.rs Adopt consistent FooSystems naming convention for system sets (#18900) 2025-05-06 15:18:03 +00:00
lib.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
real.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
stopwatch.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
time.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
timer.rs Document repeating timer tick behavior (#20137) 2025-07-14 22:31:31 +00:00
virt.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00