◆ StartupScreen()
| StartupScreen::StartupScreen |
( |
| ) |
|
|
inline |
◆ AddStep()
template<typename T >
| void StartupScreen::AddStep |
( |
std::string |
name, |
|
|
T |
fn |
|
) |
| |
|
inlineprotected |
◆ End()
| void StartupScreen::End |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ FinishLoadStep()
| void StartupScreen::FinishLoadStep |
( |
| ) |
|
|
protected |
◆ GetProgress()
| float StartupScreen::GetProgress |
( |
| ) |
|
|
inlineprotected |
◆ RunNewLoader()
| void StartupScreen::RunNewLoader |
( |
| ) |
|
|
protected |
◆ Start()
| void StartupScreen::Start |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ Update()
| void StartupScreen::Update |
( |
float |
deltaTime | ) |
|
|
overrideprotectedvirtual |
◆ asyncStartupQueue
| std::unique_ptr<JobSet> StartupScreen::asyncStartupQueue |
◆ currentStepQueue
| std::unique_ptr<JobSet> StartupScreen::currentStepQueue |
◆ m_currentLoader
| size_t StartupScreen::m_currentLoader = 0 |
|
protected |
◆ m_hasQueuedJobs
| bool StartupScreen::m_hasQueuedJobs = 0 |
|
protected |
◆ m_loaders
| std::vector<LoadStep> StartupScreen::m_loaders |
|
protected |
◆ m_loadTimer
| Profiler::Clock StartupScreen::m_loadTimer |
|
protected |
◆ m_stepTimer
| Profiler::Clock StartupScreen::m_stepTimer |
|
protected |
The documentation for this class was generated from the following file: