Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Used with ecs_component_init(). More...
#include <flecs.h>
Public Attributes | |
int32_t | _canary |
Used for validity testing. | |
ecs_entity_t | entity |
Existing entity to associate with observer (optional) | |
ecs_type_info_t | type |
Parameters for type (size, hooks, ...) | |
Used with ecs_component_init().
int32_t ecs_component_desc_t::_canary |
ecs_entity_t ecs_component_desc_t::entity |
ecs_type_info_t ecs_component_desc_t::type |