Function run_system

Source
pub fn run_system<O>(id: SystemId<(), O>) -> impl Command<Result<(), BevyError>>
where O: 'static,
Expand description

A Command that runs the system corresponding to the given SystemId.