[][src]Module dces::system

Structs

EntitySystem

Internal wrapper for a system. Contains also filter, priority, sort and entities.

EntitySystemBuilder

The entity system builder is used to create an entity system.

EntitySystemManager

The EntitySystemManager represents the main system storage.

Traits

System

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

Type Definitions

Priority

The run order of a system. The systems will be excuted by priority from small to great.