[][src]Trait dotrix_ecs::System

pub trait System {
    fn startup(&mut self, world: &mut World);
fn run_cycle(&mut self, world: &mut World); }

Trait for ECS systems

Required methods

fn startup(&mut self, world: &mut World)

fn run_cycle(&mut self, world: &mut World)

Loading content...

Implementors

Loading content...