Type Alias bevy::ecs::schedule::NotSystem

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

Invokes Not with the output of another system.

See common_conditions::not for examples.

Aliased Typeยง

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