![]() |
Flecs v3.2
A fast entity component system (ECS) for C & C++
|
Component that is automatically added to every type with the right kind. More...
#include <meta.h>
Public Attributes | |
ecs_type_kind_t | kind |
bool | existing |
Did the type exist or is it populated from reflection. More... | |
bool | partial |
Is the reflection data a partial type description. More... | |
Component that is automatically added to every type with the right kind.
bool EcsMetaType::existing |
ecs_type_kind_t EcsMetaType::kind |
bool EcsMetaType::partial |