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

Used with ecs_enum_init(). More...

#include <meta.h>

Public Attributes

ecs_entity_t entity
 Existing entity to use for type (optional)
 
ecs_enum_constant_t constants [(32)]
 

Detailed Description

Used with ecs_enum_init().

Definition at line 764 of file meta.h.

Member Data Documentation

◆ constants

ecs_enum_constant_t ecs_enum_desc_t::constants[(32)]

Definition at line 766 of file meta.h.

◆ entity

ecs_entity_t ecs_enum_desc_t::entity

Existing entity to use for type (optional)

Definition at line 765 of file meta.h.


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