![]() |
Flecs v4.1
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 |
| Type kind. | |
| bool | existing |
| Whether the type existed or was populated from reflection. | |
| bool | partial |
| Whether the reflection data is a partial type description. | |
Component that is automatically added to every type with the right kind.
| bool EcsType::existing |
| ecs_type_kind_t EcsType::kind |
| bool EcsType::partial |