Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsBitmask Struct Reference

Component added to bitmask type entities. More...

#include <meta.h>

Public Attributes

ecs_map_t constants
 map<u32_t, ecs_bitmask_constant_t>
 
ecs_vec_t ordered_constants
 Stores the constants in registration order.
 

Detailed Description

Component added to bitmask type entities.

Definition at line 311 of file meta.h.

Member Data Documentation

◆ constants

ecs_map_t EcsBitmask::constants

map<u32_t, ecs_bitmask_constant_t>

Definition at line 313 of file meta.h.

◆ ordered_constants

ecs_vec_t EcsBitmask::ordered_constants

Stores the constants in registration order.

vector<ecs_bitmask_constants_t>

Definition at line 315 of file meta.h.


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