34 engine = Engine::createOffScreenInstance(512, 512,
true,
false,
false);
62 Console::print(
string(
"FontTabView::initialize(): An error occurred: "));
63 Console::println(
string(exception.what()));
void display()
Renders the scene.
void dispose()
Shutdown the engine.
void setSceneColor(const Color4 &sceneColor)
Set scene color.
void handleEvents()
Handle screen events.
void render()
Render GUIs.
void addRenderScreen(const string &screenId)
Add render screen.
void addScreen(const string &id, GUIScreenNode *screen)
Add screen.
GUI screen node that represents a screen that can be rendered via GUI system.
std::exception Exception
Exception base class.