![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Attributes | |
| cnt::darray< CompiledOp > | ops |
| cnt::sarray_ext< Entity, MAX_ITEMS_IN_QUERY > | ids_all |
| Array of ops that can be evaluated with a ALL opcode. | |
| cnt::sarray_ext< Entity, MAX_ITEMS_IN_QUERY > | ids_any |
| Array of ops that can be evaluated with a ANY opcode. | |
| cnt::sarray_ext< Entity, MAX_ITEMS_IN_QUERY > | ids_not |
| Array of ops that can be evaluated with a NOT opcode. | |