![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Static Public Member Functions | |
| static TItemHandle | make (uint32_t id, uint32_t gen, const TItemHandle &prev) |
| Rebuilds a handle after its generation changes. | |
|
inlinestatic |
Rebuilds a handle after its generation changes.
| id | Slot index stored in the handle. |
| gen | New slot generation. |
| prev | Previous handle value. Unused for simple id/generation handles. |