[][src]Module dces::system

Structs

EntitySystem

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

PhantomContext

Default type if you don't want to use a context.

SystemStore

The SystemStore represents the main system storage.

SystemStoreBuilder

The system store builder is used to create a system.

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 executed by priority from small to great.