Record for entity index.
More...
#include <flecs.h>
|
ecs_id_record_t * | idr |
| Id record to (*, entity) for target entities.
|
|
ecs_table_t * | table |
| 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.
|
|
Record for entity index.
Definition at line 494 of file flecs.h.
◆ dense
int32_t ecs_record_t::dense |
Index in dense array of entity index.
Definition at line 498 of file flecs.h.
◆ 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
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: