bevy_ecs::schedule

Type Alias NotSystem

source
pub type NotSystem<S> = AdapterSystem<NotMarker, S>;
Expand description

Invokes Not with the output of another system.

See common_conditions::not for examples.

Aliased Typeยง

struct NotSystem<S> { /* private fields */ }