![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Attributes | |
| uint32_t | gen: 28 |
| Generation ID of the record. | |
| uint32_t | ent: 1 |
| 0-component, 1-entity | |
| uint32_t | pair: 1 |
| 0-ordinary, 1-pair | |
| uint32_t | kind: 1 |
| Component kind. | |
| uint32_t | dis: 1 |
| Disabled Entity does not use this bit (always zero) so we steal it for special purposes. Temporary entities inside command buffer use it for special purposes, but these entities never make it to EntityContainer. | |