![]() |
Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Header for ecs_poly_t objects. More...
#include <flecs.h>
Public Attributes | |
| int32_t | type |
| Magic number indicating which type of flecs object. | |
| int32_t | refcount |
| Refcount, to enable RAII handles. | |
| ecs_mixins_t * | mixins |
| Table with offsets to (optional) mixins. | |
Header for ecs_poly_t objects.
| ecs_mixins_t* ecs_header_t::mixins |
| int32_t ecs_header_t::refcount |
| int32_t ecs_header_t::type |