Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsWorldStats Struct Reference

Component that stores world statistics. More...

#include <stats.h>

Public Attributes

EcsStatsHeader hdr
 
ecs_world_stats_t stats
 

Detailed Description

Component that stores world statistics.

Definition at line 431 of file stats.h.

Member Data Documentation

◆ hdr

EcsStatsHeader EcsWorldStats::hdr

Definition at line 432 of file stats.h.

◆ stats

ecs_world_stats_t EcsWorldStats::stats

Definition at line 433 of file stats.h.


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