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_vec_t ops
 vector<ecs_meta_type_op_t>
 

Detailed Description

Component that stores the type serializer.

Added to all types with reflection data.

Definition at line 551 of file meta.h.

Member Data Documentation

◆ ops

ecs_vec_t EcsTypeSerializer::ops

vector<ecs_meta_type_op_t>

Definition at line 552 of file meta.h.


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