#include <RenderTimer.h>
◆ FRenderTimer()
| FRenderTimer::FRenderTimer |
( |
| ) |
|
|
inline |
◆ GetCurrentDeltaTime()
| float FRenderTimer::GetCurrentDeltaTime |
( |
| ) |
const |
|
inline |
Returns the current delta time.
- Returns
- Current delta time (number of seconds that passed between the last two tick)
◆ GetCurrentTime()
| float FRenderTimer::GetCurrentTime |
( |
| ) |
const |
|
inline |
Returns the current time, in seconds.
- Returns
- Current time, in seconds
◆ Tick()
Updates the timer.
- Parameters
-
| DeltaTime | Number of seconds that have passed since the last tick |
◆ CurrentDeltaTime
| float FRenderTimer::CurrentDeltaTime |
|
protected |
Current delta time (number of seconds that passed between the last two tick).
◆ CurrentTime
| float FRenderTimer::CurrentTime |
|
protected |
Current time, in seconds.
The documentation for this class was generated from the following file: