Module dces::system

source · []

Structs

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

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

The SystemStore represents the main system storage.

The system store builder is used to create a system.

Traits

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

Type Definitions

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