![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Attributes | |
| uint32_t | id |
| Index in the entity array. | |
| IdentifierData | size: MaxComponentSize_Bits |
| Component size. | |
| IdentifierData | alig: MaxAlignment_Bits |
| Component alignment. | |
| IdentifierData | storage: 1 |
| Component storage kind. 0 = table, 1 = sparse. | |
| IdentifierData | soa: meta::StructToTupleMaxTypes_Bits |
| Component is SoA. | |
| IdentifierData | unused: 1 |
| Unused part. | |