logo

Trait bevy::ecs::system::IntoExclusiveSystem[]

pub trait IntoExclusiveSystem<Params, SystemType> {
    fn exclusive_system(self) -> SystemType;
}

Required methods

Implementors