Used with ecs_delete_empty_tables().
More...
#include <flecs.h>
Used with ecs_delete_empty_tables().
Definition at line 2565 of file flecs.h.
◆ clear_generation
uint16_t ecs_delete_empty_tables_desc_t::clear_generation |
Free table data when generation > clear_generation.
Definition at line 2570 of file flecs.h.
◆ delete_generation
uint16_t ecs_delete_empty_tables_desc_t::delete_generation |
Delete table when generation > delete_generation.
Definition at line 2573 of file flecs.h.
◆ id
ecs_id_t ecs_delete_empty_tables_desc_t::id |
Optional component filter for the tables to evaluate.
Definition at line 2567 of file flecs.h.
◆ min_id_count
int32_t ecs_delete_empty_tables_desc_t::min_id_count |
Minimum number of component ids the table should have.
Definition at line 2576 of file flecs.h.
◆ time_budget_seconds
double ecs_delete_empty_tables_desc_t::time_budget_seconds |
Amount of time operation is allowed to spend.
Definition at line 2579 of file flecs.h.
The documentation for this struct was generated from the following file: