bevy/crates/bevy_core/src/time
Niklas Eicker de8edd3165 Rename fixed timestep state and add a test (#3260)
# Objective

fixes #3234

## Solution

- rename `bevy::core::State` to `LocalFixedTimestepState`
- add a test for FixedTimestep since I am already there
2021-12-12 21:26:40 +00:00
..
fixed_timestep.rs Rename fixed timestep state and add a test (#3260) 2021-12-12 21:26:40 +00:00
mod.rs ♻️ Timer refactor to duration. Add Stopwatch struct. (#1151) 2021-03-05 19:59:14 +00:00
stopwatch.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
time.rs Made Time::time_since_startup return from last tick. (#3264) 2021-12-07 01:30:08 +00:00
timer.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00