[][src]Trait orbtk::System

pub trait System<E, C>: Any where
    C: ComponentStore,
    E: EntityStore
{ fn run(&self, ecm: &mut EntityComponentManager<E, C>); }

This trait is used to interact with the components of entities. It could read and write to the components.

Required methods

fn run(&self, ecm: &mut EntityComponentManager<E, C>)

Loading content...

Implementors

Loading content...