Function bevy_cobweb::react::spawn_system_command
source ยท pub fn spawn_system_command<S, M>(world: &mut World, system: S) -> SystemCommand
Expand description
Spawns a system as a SystemCommand
.
Systems are not initialized until they are first run.