pub fn unregister_system<I, O>(
system_id: SystemId<I, O>,
) -> impl Command<Result<(), BevyError>>Expand description
A Command that removes a system previously registered with
Commands::register_system or
World::register_system.
pub fn unregister_system<I, O>(
system_id: SystemId<I, O>,
) -> impl Command<Result<(), BevyError>>A Command that removes a system previously registered with
Commands::register_system or
World::register_system.