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

Record for entity index. More...

#include <flecs.h>

Public Attributes

ecs_id_record_tidr
 Id record to (*, entity) for target entities.
 
ecs_table_ttable
 Identifies a type (and table) in world.
 
uint32_t row
 Table row of the entity.
 
int32_t dense
 Index in dense array of entity index.
 

Detailed Description

Record for entity index.

Definition at line 494 of file flecs.h.

Member Data Documentation

◆ dense

int32_t ecs_record_t::dense

Index in dense array of entity index.

Definition at line 498 of file flecs.h.

◆ idr

ecs_id_record_t* ecs_record_t::idr

Id record to (*, entity) for target entities.

Definition at line 495 of file flecs.h.

◆ row

uint32_t ecs_record_t::row

Table row of the entity.

Definition at line 497 of file flecs.h.

◆ table

ecs_table_t* ecs_record_t::table

Identifies a type (and table) in world.

Definition at line 496 of file flecs.h.


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