Skip to content
Flecs v4.1
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 603 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 604 of file meta.h.

◆ ops

ecs_vec_t EcsTypeSerializer::ops

vector<ecs_meta_op_t>

Definition at line 605 of file meta.h.


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