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

Component that stores system statistics. More...

#include <stats.h>

Public Attributes

EcsStatsHeader hdr
 
ecs_map_t stats
 

Detailed Description

Component that stores system statistics.

Definition at line 437 of file stats.h.

Member Data Documentation

◆ hdr

EcsStatsHeader EcsSystemStats::hdr

Definition at line 438 of file stats.h.

◆ stats

ecs_map_t EcsSystemStats::stats

Definition at line 439 of file stats.h.


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