![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Member Functions | |
| void | reset_runtime_state () |
Public Attributes | |
| uint32_t | queueIdx = 0 |
| uint32_t | childIdx = 0 |
| uint32_t | childLevel = 0 |
| uint32_t | upDepth = 0 |
| uint8_t | phase = 0 |
| bool | initialized = false |
| bool | selfEmitted = false |
| Entity | upSource = EntityBad |
| std::span< const Entity > | cachedSources {} |
| cnt::darray< Entity > | queue |
| cnt::darray< uint32_t > | levels |
| cnt::darray< Entity > | children |
| cnt::set< EntityLookupKey > | visited |