Trait yaecs::System [] [src]

pub trait System {
    fn process(&self, entities: &mut Vec<Entity>, globals: &mut AnyMap);
}

Required Methods

Trait Implementations

impl Debug for System
[src]

Formats the value using the given formatter.

Implementors