Trait dotrix_core::ecs::SystemOption[][src]

pub trait SystemOption<T> {
    fn set_option(&mut self, option: T);
}
Expand description

System option abstract interface

Required methods

customize the syystem with an option

Implementors

RunLevel option implementation

RunLevel option implementation