shengine pre-release
shengine by mrsinho
Loading...
Searching...
No Matches
ShTime Struct Reference

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]
 
ShTimeFuncp_ticks_funcs [SH_TIME_MAX_TICK_COUNT]
 

Detailed Description

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.

Field Documentation

◆ delta_time

double ShTime::delta_time

Delta time.

◆ last_time

double ShTime::last_time

Last time.

◆ now

double ShTime::now

Current time.

◆ p_ticks_funcs

ShTimeFunc* ShTime::p_ticks_funcs[SH_TIME_MAX_TICK_COUNT]

Tick functions.

◆ tick_count

uint32_t ShTime::tick_count

Tick count.

◆ ticks_last_time

double ShTime::ticks_last_time[SH_TIME_MAX_TICK_COUNT]

Tick last time.

◆ ticks_status

ShTickStatus ShTime::ticks_status[SH_TIME_MAX_TICK_COUNT]

Tick status.


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