Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | List of all members
cqsp::engine::EmptyScene Class Reference

#include <scene.h>

Inheritance diagram for cqsp::engine::EmptyScene:
cqsp::engine::Scene

Public Member Functions

 EmptyScene (Application &app)
 
void Init ()
 
void Update (float deltaTime)
 
void Ui (float deltaTime)
 
void Render (float deltaTime)
 
- Public Member Functions inherited from cqsp::engine::Scene
 Scene (Application &app)
 
 Scene ()
 
virtual ~Scene ()
 
ApplicationGetApp ()
 
cqsp::asset::AssetManagerGetAssetManager ()
 

Constructor & Destructor Documentation

◆ EmptyScene()

cqsp::engine::EmptyScene::EmptyScene ( Application app)
explicit

Member Function Documentation

◆ Init()

void cqsp::engine::EmptyScene::Init ( )
virtual

Implements cqsp::engine::Scene.

◆ Render()

void cqsp::engine::EmptyScene::Render ( float  deltaTime)
virtual

Implements cqsp::engine::Scene.

◆ Ui()

void cqsp::engine::EmptyScene::Ui ( float  deltaTime)
virtual

Implements cqsp::engine::Scene.

◆ Update()

void cqsp::engine::EmptyScene::Update ( float  deltaTime)
virtual

Implements cqsp::engine::Scene.


The documentation for this class was generated from the following files: