Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Component ID flags.

ID flags are bits that can be set on an ID (ecs_id_t). More...

Collaboration diagram for Component ID flags.:

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.
 

Detailed Description

ID flags are bits that can be set on an ID (ecs_id_t).