#include <loadingscene.h>
◆ LoadingScene()
◆ ~LoadingScene()
cqsp::scene::LoadingScene::~LoadingScene |
( |
| ) |
|
◆ Init()
void cqsp::scene::LoadingScene::Init |
( |
| ) |
|
|
virtual |
◆ LoadFont()
void cqsp::scene::LoadingScene::LoadFont |
( |
| ) |
|
|
private |
◆ LoadResources()
void cqsp::scene::LoadingScene::LoadResources |
( |
| ) |
|
◆ Render()
void cqsp::scene::LoadingScene::Render |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ Ui()
void cqsp::scene::LoadingScene::Ui |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ Update()
void cqsp::scene::LoadingScene::Update |
( |
float |
deltaTime | ) |
|
|
virtual |
◆ assetLoader
◆ document
Rml::ElementDocument* cqsp::scene::LoadingScene::document |
|
private |
◆ loading_data
◆ m_done_loading
std::atomic<bool> cqsp::scene::LoadingScene::m_done_loading |
|
private |
◆ model_handle
Rml::DataModelHandle cqsp::scene::LoadingScene::model_handle |
|
private |
◆ need_halt
bool cqsp::scene::LoadingScene::need_halt = false |
|
private |
◆ percentage
std::atomic<float> cqsp::scene::LoadingScene::percentage |
|
private |
◆ thread
std::unique_ptr<std::thread> cqsp::scene::LoadingScene::thread |
|
private |
◆ windowHeight
float cqsp::scene::LoadingScene::windowHeight |
|
private |
◆ windowWidth
float cqsp::scene::LoadingScene::windowWidth |
|
private |
The documentation for this class was generated from the following files: