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

Component added to enum type entities. More...

#include <meta.h>

Public Attributes

ecs_map_t constants
 Populated from child entities with Constant component.
 

Detailed Description

Component added to enum type entities.

Definition at line 267 of file meta.h.

Member Data Documentation

◆ constants

ecs_map_t EcsEnum::constants

Populated from child entities with Constant component.

Definition at line 269 of file meta.h.


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