Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Metadata describing where a component id is stored in a table. More...
#include <flecs.h>
Public Attributes | |
ecs_table_cache_hdr_t | hdr |
Table cache header. | |
int16_t | index |
First type index where id occurs in table. | |
int16_t | count |
Number of times id occurs in table. | |
int16_t | column |
First column index where id occurs. | |
Metadata describing where a component id is stored in a table.
This type is used as element type for the component index table cache. One record exists per table/component in the table. Only records for wildcard ids can have a count > 1.
int16_t ecs_table_record_t::column |
int16_t ecs_table_record_t::count |
ecs_table_cache_hdr_t ecs_table_record_t::hdr |
int16_t ecs_table_record_t::index |