Flecs v4.0
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 |
Indicates 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 |
Adds bitset to storage which allows component to be enabled/disabled. | |
Id flags are bits that can be set on an id (ecs_id_t).