Trait bevy::ecs::schedule::IntoRunCriteria[]

pub trait IntoRunCriteria<Marker> {
    pub fn into(self) -> RunCriteriaDescriptorOrLabel;
}

Required methods

Loading content...

Implementations on Foreign Types

impl IntoRunCriteria<Box<dyn System<Out = ShouldRun, In = ()> + 'static, Global>> for Box<dyn System<Out = ShouldRun, In = ()> + 'static, Global>

impl IntoRunCriteria<Box<dyn RunCriteriaLabel + 'static, Global>> for Box<dyn RunCriteriaLabel + 'static, Global>

Loading content...

Implementors

Loading content...