TimeManager Class Reference
System manager for keeping track of time. More...
#include <TimeManager.h>
Detailed Description
System manager for keeping track of time.
The TimeManager is a singleton that keeps track of game time and allows access to the current game time and frame time.
Static Public Member Functions | |
static float | GetFrameTime () |
Function to get current Frame Time. More... | |
static float | GetTime () |
Function to get current Game Time. More... | |
Member Function Documentation
|
inlinestatic |
Function to get current Frame Time.
- Returns
- Float of current Frame Time.
|
inlinestatic |
Function to get current Game Time.
- Returns
- Float of current Game Time.