GUInity
Static Public Member Functions | Static Public Attributes | List of all members
Time Class Reference

Static Public Member Functions

static void frameStart ()
 
static float frameEnd ()
 
static void stopwatchStart ()
 
static float stopwatchEnd ()
 

Static Public Attributes

static std::chrono::steady_clock::time_point startTimer = std::chrono::high_resolution_clock::now()
 
static std::chrono::steady_clock::time_point endTimer = std::chrono::high_resolution_clock::now()
 
static std::chrono::steady_clock::time_point stopwatchTimerStart = std::chrono::high_resolution_clock::now()
 
static std::chrono::steady_clock::time_point stopwatchTimerEnd = std::chrono::high_resolution_clock::now()
 
static int const FPS_WINDOW_SIZE = 100
 
static float FPSWindow [FPS_WINDOW_SIZE]
 
static float deltaTime = 0.0f
 

The documentation for this class was generated from the following files: