Flecs v4.1
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
 Statistics header.
 
ecs_world_stats_tstats
 World statistics data.
 

Detailed Description

Component that stores world statistics.

Definition at line 448 of file stats.h.

Member Data Documentation

◆ hdr

EcsStatsHeader EcsWorldStats::hdr

Statistics header.

Definition at line 449 of file stats.h.

◆ stats

ecs_world_stats_t* EcsWorldStats::stats

World statistics data.

Definition at line 450 of file stats.h.


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