|
static void | frameStart () |
|
static float | frameEnd () |
|
static void | stopwatchStart () |
|
static float | stopwatchEnd () |
|
|
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:
- /Users/guilherme_cunha/Dev/GITHUB/GUInity/Source/Time.hpp
- /Users/guilherme_cunha/Dev/GITHUB/GUInity/Source/Time.cpp