Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsTypeSerializer Struct Reference

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>
 

Detailed Description

Component that stores the type serializer.

Added to all types with reflection data.

Definition at line 587 of file meta.h.

Member Data Documentation

◆ kind

ecs_type_kind_t EcsTypeSerializer::kind

Quick access to type kind (same as EcsType)

Definition at line 588 of file meta.h.

◆ ops

ecs_vec_t EcsTypeSerializer::ops

vector<ecs_meta_op_t>

Definition at line 589 of file meta.h.


The documentation for this struct was generated from the following file: