Skip to content
Flecs v4.1
ecs_map_desc_t Struct Reference

Used with ecs_map_type_init(). More...

#include <meta.h>

Public Attributes

ecs_entity_t entity
 Existing entity to use for type (optional).
ecs_entity_t key_type
 Key type.
ecs_entity_t type
 Value type.

Detailed Description

Used with ecs_map_type_init().

Definition at line 1560 of file meta.h.

Member Data Documentation

◆ entity

ecs_entity_t ecs_map_desc_t::entity

Existing entity to use for type (optional).

Definition at line 1561 of file meta.h.

◆ key_type

ecs_entity_t ecs_map_desc_t::key_type

Key type.

Must be a primitive (other than string, f32 or f64), enum or bitmask type.

Definition at line 1562 of file meta.h.

◆ type

ecs_entity_t ecs_map_desc_t::type

Value type.

Definition at line 1563 of file meta.h.


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