Skip to content
Flecs v4.1
EcsType 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
 Type kind.
bool existing
 Whether the type existed or was populated from reflection.
bool partial
 Whether the reflection data is a partial type description.

Detailed Description

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

Definition at line 170 of file meta.h.

Member Data Documentation

◆ existing

bool EcsType::existing

Whether the type existed or was populated from reflection.

Definition at line 172 of file meta.h.

◆ kind

ecs_type_kind_t EcsType::kind

Type kind.

Definition at line 171 of file meta.h.

◆ partial

bool EcsType::partial

Whether the reflection data is a partial type description.

Definition at line 173 of file meta.h.


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