Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
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 334 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 335 of file meta.h.

◆ type

ecs_entity_t EcsMap::type

Value type.

Definition at line 336 of file meta.h.


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