[][src]Module dces::entity

Structs

Entity

Represents an entity.

VecEntityStore

VecEntityStore is the default vector based implementation of an entity store.

Traits

EntityStore

This trait is used to define a custom store for entities. A entity container is used for entity iteration inside of the system's run methods.