bevy_ecs::schedule

Type Alias Xor

source
pub type Xor<A, B> = CombinatorSystem<XorMarker, A, B>;
Expand description

Combines the outputs of two systems using the ^ operator.

Aliased Typeยง

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