![]() |
Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Component that stores the type serializer. More...
#include <meta.h>
Public Attributes | |
| ecs_type_kind_t | kind |
| Quick access to type kind (same as EcsType) | |
| ecs_vec_t | ops |
| vector<ecs_meta_op_t> | |
Component that stores the type serializer.
Added to all types with reflection data.
| ecs_type_kind_t EcsTypeSerializer::kind |