bevy_ecs::system::command

Function run_schedule

Source
pub fn run_schedule(label: impl ScheduleLabel) -> impl Command<Result>
Expand description

A Command that runs the schedule corresponding to the given ScheduleLabel.