#include <time_manager.h>
◆ TimeManager()
TimeManager::TimeManager |
( |
| ) |
|
|
inline |
◆ FixedFrameRate()
void TimeManager::FixedFrameRate |
( |
Uint32 |
max_fps = 60 | ) |
|
◆ GetDeltaTime()
float TimeManager::GetDeltaTime |
( |
| ) |
|
|
inline |
◆ GetElapsedTime()
float TimeManager::GetElapsedTime |
( |
| ) |
|
|
inline |
◆ GetFps()
float TimeManager::GetFps |
( |
| ) |
|
|
inline |
◆ GetFrameCount()
Uint64 TimeManager::GetFrameCount |
( |
| ) |
|
|
inline |
◆ IsPaused()
bool TimeManager::IsPaused |
( |
| ) |
|
|
inline |
◆ Pause()
void TimeManager::Pause |
( |
| ) |
|
◆ Resume()
void TimeManager::Resume |
( |
| ) |
|
◆ SetMaxFps()
void TimeManager::SetMaxFps |
( |
Uint32 |
fps | ) |
|
|
inline |
◆ Update()
void TimeManager::Update |
( |
| ) |
|
The documentation for this class was generated from the following files: