Skip to content
Flecs v4.1
EcsMap Struct Reference

Component added to map type entities. More...

#include <meta.h>

Public Attributes

ecs_entity_t key_type
 Key type.
ecs_entity_t type
 Value type.

Detailed Description

Component added to map type entities.

Definition at line 337 of file meta.h.

Member Data Documentation

◆ key_type

ecs_entity_t EcsMap::key_type

Key type.

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

Definition at line 338 of file meta.h.

◆ type

ecs_entity_t EcsMap::type

Value type.

Definition at line 339 of file meta.h.


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