Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_gauge_t Struct Reference

Simple value that indicates current state. More...

#include <stats.h>

Public Attributes

ecs_float_t avg [(60)]
 
ecs_float_t min [(60)]
 
ecs_float_t max [(60)]
 

Detailed Description

Simple value that indicates current state.

Definition at line 29 of file stats.h.

Member Data Documentation

◆ avg

ecs_float_t ecs_gauge_t::avg[(60)]

Definition at line 30 of file stats.h.

◆ max

ecs_float_t ecs_gauge_t::max[(60)]

Definition at line 32 of file stats.h.

◆ min

ecs_float_t ecs_gauge_t::min[(60)]

Definition at line 31 of file stats.h.


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