Skip to content
Flecs v4.1
ecs_world_stats_t::[struct].components Struct Reference

Public Attributes

ecs_metric_t tag_count
 Number of tag IDs (IDs without data).
ecs_metric_t component_count
 Number of component IDs (IDs with data).
ecs_metric_t pair_count
 Number of pair IDs.
ecs_metric_t type_count
 Number of registered types.
ecs_metric_t create_count
 Number of times an ID has been created.
ecs_metric_t delete_count
 Number of times an ID has been deleted.

Detailed Description

Definition at line 73 of file stats.h.


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