![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Member Functions | |
| EntityContainer & | operator[] (Entity entity) |
| const EntityContainer & | operator[] (Entity entity) const |
Public Attributes | |
| cnt::ilist< EntityContainer, Entity > | entities |
| Implicit list of entities. Used for look-ups only when searching for entities in chunks + data validation. Entities only. | |
| cnt::map< EntityLookupKey, EntityContainer > | pairs |
| Just like m_recs.entities, but stores pairs. Needs to be a map because pair ids are huge numbers. | |