GameTime Struct - NocturnalWisp/Tynted-Engine GitHub Wiki

Usage

Handles various aspects of time for the game.

ElapsedTime (Property)

Summary
The time between frames in an update loop.

Type

  • Time

TotalTime (Property)

Summary
The total time the game has been running.

Type

  • Time