logo

Trait bevy::prelude::IntoExclusiveSystem[]

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

Required methods

Implementors