![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Member Functions | |
| void | compile (const EntityToArchetypeMap &entityToArchetypeMap, const ArchetypeDArray &allArchetypes, QueryCtx &queryCtx) |
| Transforms inputs into virtual machine opcodes. | |
| void | create_opcodes (QueryCtx &queryCtx) |
| GAIA_NODISCARD bool | is_compiled () const |
| void | exec (MatchingCtx &ctx) |
| Executes compiled opcodes. | |