Interface | Description |
---|---|
ComponentStore |
A common interface for a datastore of
Component s |
Class | Description |
---|---|
Component |
A common interface for implementing
Component s as part of the Entity-Component-System pattern |
ComponentTypeIdAllocator |
Allocates unique IDs for
Component classes |
DefaultComponentStore |
Default implementation of
ComponentStore that allows for concurrent
modification |
PriorityComponent |
An implementation of
Component that can be sorted by a priority
value. |