Component added to enum type entities.
More...
#include <meta.h>
Component added to enum type entities.
Definition at line 285 of file meta.h.
◆ constants
ecs_map_t EcsEnum::constants |
Populated from child entities with Constant component.
map<i32_t, ecs_enum_constant_t>
Definition at line 289 of file meta.h.
◆ ordered_constants
ecs_vec_t EcsEnum::ordered_constants |
Stores the constants in registration order.
vector<ecs_enum_constants_t>
Definition at line 292 of file meta.h.
◆ underlying_type
The documentation for this struct was generated from the following file: