Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_entities_t Struct Reference

Type returned by ecs_get_entities(). More...

#include <flecs.h>

Public Attributes

const ecs_entity_tids
 Array with all entity ids in the world.
 
int32_t count
 Total number of entity ids.
 
int32_t alive_count
 Number of alive entity ids.
 

Detailed Description

Type returned by ecs_get_entities().

Definition at line 1920 of file flecs.h.

Member Data Documentation

◆ alive_count

int32_t ecs_entities_t::alive_count

Number of alive entity ids.

Definition at line 1923 of file flecs.h.

◆ count

int32_t ecs_entities_t::count

Total number of entity ids.

Definition at line 1922 of file flecs.h.

◆ ids

const ecs_entity_t* ecs_entities_t::ids

Array with all entity ids in the world.

Definition at line 1921 of file flecs.h.


The documentation for this struct was generated from the following file: