bevy_ecs::schedule

Type Alias Or

Source
pub type Or<A, B> = CombinatorSystem<OrMarker, A, B>;
Expand description

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

Aliased Typeยง

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