bevy_ecs::system::command

Function run_system

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

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