Flecs v3.2
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
 Indicates that the id is a pair.
 
const ecs_id_t ECS_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.
 
const ecs_id_t ECS_AND
 Include all components from entity to which AND is applied.
 

Detailed Description

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