[][src]Module shine_ecs::entities::es

Structs

Builder
ComponentStore

Contains the data instances assigned to the entities

DenseStore
Entry

Entry to a slot in a sparse vector.

HashStore
ReadComponents

Grant immutable access to the components inside a System

WriteComponents

Grant mutable access to the components inside a System

Traits

Component

Trait to assign storage policy to an entity data

Store
StoreMut