Type Alias bevy_ecs::schedule::BoxedCondition
source · pub type BoxedCondition<In = ()> = Box<dyn ReadOnlySystem<In = In, Out = bool>>;
Expand description
A type-erased run condition stored in a Box
.
Aliased Type§
struct BoxedCondition<In = ()>(/* private fields */);