![]() |
Flecs v3.2
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. More... | |
ecs_size_t | alignment |
Alignment of type. More... | |
ecs_type_hooks_t | hooks |
Type hooks. More... | |
ecs_entity_t | component |
Handle to component (do not set) More... | |
const char * | name |
Type name. More... | |
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 |