![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
ID flags are bits that can be set on an ID (ecs_id_t). More...
Variables | |
| const ecs_id_t | ECS_PAIR |
| Indicate that the ID is a pair. | |
| const ecs_id_t | ECS_AUTO_OVERRIDE |
| Automatically override component when it is inherited. | |
| const ecs_id_t | ECS_TOGGLE |
| Add a bitset to storage, which allows a component to be enabled or disabled. | |
| const ecs_id_t | ECS_VALUE_PAIR |
| Indicate that the target of a pair is an integer value. | |
ID flags are bits that can be set on an ID (ecs_id_t).