Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsMetaType Struct Reference

Component that is automatically added to every type with the right kind. More...

#include <meta.h>

Public Attributes

ecs_type_kind_t kind
 
bool existing
 Did the type exist or is it populated from reflection.
 
bool partial
 Is the reflection data a partial type description.
 

Detailed Description

Component that is automatically added to every type with the right kind.

Definition at line 162 of file meta.h.

Member Data Documentation

◆ existing

bool EcsMetaType::existing

Did the type exist or is it populated from reflection.

Definition at line 164 of file meta.h.

◆ kind

ecs_type_kind_t EcsMetaType::kind

Definition at line 163 of file meta.h.

◆ partial

bool EcsMetaType::partial

Is the reflection data a partial type description.

Definition at line 165 of file meta.h.


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