Function bevy_cobweb::react::spawn_system_command

source ยท
pub fn spawn_system_command<S, M>(world: &mut World, system: S) -> SystemCommand
where S: IntoSystem<(), (), M> + Send + Sync + 'static,
Expand description

Spawns a system as a SystemCommand.

Systems are not initialized until they are first run.