Type Alias bevy_internal::ecs::schedule::NotSystem

source ·
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 */ }