Type Time

Namespace

GloryEngine

Summary

Time

Properties

DeltaTime

The time it took to process and render the previous frame
Scaled by TimeScale

UnscaledDeltaTime

The unscaled time it took to process and render the previous frame

CurrentTime

Time elapsed since the application started in seconds
Scaled by TimeScale

UnscaledTime

Unsceld time elapsed since the application started in seconds

FrameRate

Current frames per second

TotalFrames

The total number of rendered frames since the start of the application

TimeScale

Current scale of the time, affects all time values except unscaled ones