shengine pre-release
shengine by mrsinho
|
Structure representing time in the shengine
framework.
More...
#include <shTime.h>
Data Fields | |
double | now |
double | delta_time |
double | last_time |
uint32_t | tick_count |
double | ticks_last_time [SH_TIME_MAX_TICK_COUNT] |
ShTickStatus | ticks_status [SH_TIME_MAX_TICK_COUNT] |
ShTimeFunc * | p_ticks_funcs [SH_TIME_MAX_TICK_COUNT] |
Structure representing time in the shengine
framework.
The ShTime structure represents time in the shengine
framework, including properties such as the current time, delta time, last time, tick count, tick last time, tick status, and tick functions.
double ShTime::delta_time |
Delta time.
double ShTime::last_time |
Last time.
double ShTime::now |
Current time.
ShTimeFunc* ShTime::p_ticks_funcs[SH_TIME_MAX_TICK_COUNT] |
Tick functions.
uint32_t ShTime::tick_count |
Tick count.
double ShTime::ticks_last_time[SH_TIME_MAX_TICK_COUNT] |
Tick last time.
ShTickStatus ShTime::ticks_status[SH_TIME_MAX_TICK_COUNT] |
Tick status.