pub fn run_schedule(
label: impl ScheduleLabel,
) -> impl Command<Result<(), BevyError>>
Expand description
A Command
that runs the schedule corresponding to the given ScheduleLabel
.
pub fn run_schedule(
label: impl ScheduleLabel,
) -> impl Command<Result<(), BevyError>>
A Command
that runs the schedule corresponding to the given ScheduleLabel
.