Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Type that contains component information (passed to ctors/dtors/...) More...
#include <flecs.h>
Public Attributes | |
ecs_size_t | size |
Size of type. | |
ecs_size_t | alignment |
Alignment of type. | |
ecs_type_hooks_t | hooks |
Type hooks. | |
ecs_entity_t | component |
Handle to component (do not set) | |
const char * | name |
Type name. | |
Type that contains component information (passed to ctors/dtors/...)
ecs_entity_t ecs_type_info_t::component |
ecs_type_hooks_t ecs_type_info_t::hooks |