Function unregister_system

Source
pub fn unregister_system<I, O>(
    system_id: SystemId<I, O>,
) -> impl Command<Result<(), BevyError>>
where I: SystemInput + Send + 'static, O: Send + 'static,
Expand description

A Command that removes a system previously registered with Commands::register_system or World::register_system.