bevy_ecs::schedule

Type Alias OrElse

Source
pub type OrElse<A, B> = CombinatorSystem<OrElseMarker, A, B>;
Expand description

Combines the outputs of two systems using the || operator.

Aliased Typeยง

struct OrElse<A, B> { /* private fields */ }