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