Header for ecs_poly_t objects.
More...
#include <flecs.h>
|
int32_t | magic |
| Magic number verifying it's a flecs object.
|
|
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.
Definition at line 486 of file flecs.h.
◆ magic
int32_t ecs_header_t::magic |
Magic number verifying it's a flecs object.
Definition at line 487 of file flecs.h.
◆ mixins
Table with offsets to (optional) mixins.
Definition at line 490 of file flecs.h.
◆ refcount
int32_t ecs_header_t::refcount |
Refcount, to enable RAII handles.
Definition at line 489 of file flecs.h.
◆ type
int32_t ecs_header_t::type |
Magic number indicating which type of flecs object.
Definition at line 488 of file flecs.h.
The documentation for this struct was generated from the following file: