Module ecs::system [] [src]

Types to process the world and entities.

Reexports

pub use self::entity::EntitySystem;
pub use self::entity::EntityProcess;
pub use self::interact::InteractSystem;
pub use self::interact::InteractProcess;
pub use self::interval::IntervalSystem;
pub use self::lazy::LazySystem;

Modules

entity

Systems to specifically deal with entities.

interact

System to specifically deal with interactions between two types of entity.

interval
lazy

Traits

Process
System

Generic base system type.