bevy_ecs::schedule

Type Alias Nor

source
pub type Nor<A, B> = CombinatorSystem<NorMarker, A, B>;
Expand description

Combines and inverts the outputs of two systems using the && and ! operators.

Aliased Typeยง

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