Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Collaboration diagram for Id API:

Macros

#define ecs_count(world, type)    ecs_count_id(world, ecs_id(type))
 

Detailed Description

Macro Definition Documentation

◆ ecs_count

#define ecs_count ( world,
type )    ecs_count_id(world, ecs_id(type))

Definition at line 684 of file flecs_c.h.