bevy_ecs::schedule

Type Alias And

Source
pub type And<A, B> = CombinatorSystem<AndMarker, A, B>;
Expand description

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

Aliased Typeยง

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