pub fn run_fixed_main_schedule(world: &mut World)
Expand description
Runs FixedMain
zero or more times based on delta of
Time<Virtual>
and Time::overstep
.
You can order your systems relative to this by using
RunFixedMainLoopSystems
.
pub fn run_fixed_main_schedule(world: &mut World)
Runs FixedMain
zero or more times based on delta of
Time<Virtual>
and Time::overstep
.
You can order your systems relative to this by using
RunFixedMainLoopSystems
.