bevy_ecs::system

Type Alias SystemIn

Source
pub type SystemIn<'a, S> = <<S as System>::In as SystemInput>::Inner<'a>;
Expand description

Shorthand way to get the System::In for a System as a SystemInput::Inner.