run_fixed_main_schedule

Function run_fixed_main_schedule 

Source
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.