![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Member Functions | |
| GAIA_NODISCARD util::str | bytecode (const World &world) const |
| void | compile (const EntityToArchetypeMap &entityToArchetypeMap, std::span< const Archetype * > allArchetypes, QueryCtx &queryCtx) |
| Transforms inputs into virtual machine opcodes. | |
| void | create_opcodes (QueryCtx &queryCtx) |
| GAIA_NODISCARD bool | is_compiled () const |
| GAIA_NODISCARD uint32_t | op_count () const |
| GAIA_NODISCARD uint64_t | op_signature () const |
| void | exec (MatchingCtx &ctx) |
| Executes compiled opcodes. | |