Function unregister_system_cached

Source
pub fn unregister_system_cached<I, O, M, S>(
    system: S,
) -> impl Command<Result<(), BevyError>>
where I: SystemInput + Send + 'static, O: 'static, M: 'static, S: IntoSystem<I, O, M> + Send + 'static,
Expand description

A Command that removes a system previously registered with one of the following: