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

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

Required methods

fn set_option(&mut self, option: T)[src]

Loading content...

Implementors

impl SystemOption<RunLevel> for System[src]

Loading content...