Function run_system_with

Source
pub fn run_system_with<I>(
    id: SystemId<I>,
    input: <I as SystemInput>::Inner<'static>,
) -> impl Command<Result<(), BevyError>>
where I: SystemInput + 'static, <I as SystemInput>::Inner<'static>: Send,
Expand description

A Command that runs the system corresponding to the given SystemId and provides the given input value.