Skip to content
Flecs v4.1
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.
ecs_entity_t underlying_type
 Underlying type for enum.

Detailed Description

Used with ecs_enum_init().

Definition at line 1486 of file meta.h.

Member Data Documentation

◆ constants

ecs_enum_constant_t ecs_enum_desc_t::constants[(32)]

Enum constants.

Definition at line 1488 of file meta.h.

◆ entity

ecs_entity_t ecs_enum_desc_t::entity

Existing entity to use for type (optional).

Definition at line 1487 of file meta.h.

◆ underlying_type

ecs_entity_t ecs_enum_desc_t::underlying_type

Underlying type for enum.

Definition at line 1489 of file meta.h.


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