Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_delete_empty_tables_desc_t Struct Reference
C API » Core » World » Misc

Used with ecs_delete_empty_tables(). More...

#include <flecs.h>

Public Attributes

uint16_t clear_generation
 Free table data when generation > clear_generation.
 
uint16_t delete_generation
 Delete table when generation > delete_generation.
 
double time_budget_seconds
 Amount of time operation is allowed to spend.
 

Detailed Description

Used with ecs_delete_empty_tables().

Definition at line 2565 of file flecs.h.

Member Data Documentation

◆ clear_generation

uint16_t ecs_delete_empty_tables_desc_t::clear_generation

Free table data when generation > clear_generation.

Definition at line 2567 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 2570 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 2573 of file flecs.h.


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