Trait yaecs::System [] [src]

pub trait System {
    fn process(&self, entities: &mut Entities, globals: &mut Globals);
}

Required Methods

Trait Implementations

impl Debug for System
[src]

Formats the value using the given formatter.

Implementors