bevy_ecs::schedule

Type Alias Xnor

Source
pub type Xnor<A, B> = CombinatorSystem<XnorMarker, A, B>;
Expand description

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

Aliased Typeยง

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