Flecs v4.0
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)]
 Enum constants.
 

Detailed Description

Used with ecs_enum_init().

Definition at line 954 of file meta.h.

Member Data Documentation

◆ constants

ecs_enum_constant_t ecs_enum_desc_t::constants[(32)]

Enum constants.

Definition at line 956 of file meta.h.

◆ entity

ecs_entity_t ecs_enum_desc_t::entity

Existing entity to use for type (optional).

Definition at line 955 of file meta.h.


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