bevy/crates/bevy_time/src
Spooky Th Ghost 612e77ef78
Adds doc note that Timer and Stopwatch must be progressed manually (#13441)
# Objective
- Fix #13421 

## Solution

- Add an explicit note at the root of each struct that they must be
ticked manually

## Testing

- Generated the docs and the changes look good
---

---------

Co-authored-by: François Mockers <francois.mockers@vleue.com>
Co-authored-by: Matty <weatherleymatthew@gmail.com>
2024-05-20 19:46:25 +00:00
..
common_conditions.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
fixed.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00
lib.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00
real.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00
stopwatch.rs Adds doc note that Timer and Stopwatch must be progressed manually (#13441) 2024-05-20 19:46:25 +00:00
time.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00
timer.rs Adds doc note that Timer and Stopwatch must be progressed manually (#13441) 2024-05-20 19:46:25 +00:00
virt.rs Make bevy_time optionally depend on bevy_reflect (#13263) 2024-05-12 23:19:07 +00:00