|
|
GraphLoader * | graphLoader = nullptr |
| |
| std::unordered_map< std::string, Manager * > | managers |
| |
|
Manager * | editingManager = nullptr |
| |
|
Manager * | manager = nullptr |
| |
|
bool | last_renderDebug = false |
| |
|
bool | renderDebug = false |
| |
|
bool | showGrid = true |
| |
|
bool | last_showGrid = false |
| |
|
SceneState | currentState = SceneState::NONE |
| |
|
float | backgroundColor [4] = { 0.8f, 0.8f, 0.8f, 1.0f } |
| |
|
bool | requestExit = false |
| |
|
Taz::FrameRenderData | frameDataBuffers [2] |
| |
|
Taz::FrameRenderData | minimap_frameDataBuffers [2] |
| |
◆ BeginRender()
| void Graph::BeginRender |
( |
| ) |
|
|
overridevirtual |
◆ build()
◆ destroy()
◆ drawUI()
◆ EndRender()
| void Graph::EndRender |
( |
| ) |
|
|
overridevirtual |
◆ getNextSceneIndex()
| int Graph::getNextSceneIndex |
( |
| ) |
const |
|
overridevirtual |
◆ getPreviousSceneIndex()
| int Graph::getPreviousSceneIndex |
( |
| ) |
const |
|
overridevirtual |
◆ minimapPrepareDraw()
| void Graph::minimapPrepareDraw |
( |
int |
index | ) |
|
Prepare Draw Batches by Frame
◆ minimapRenderDraw()
| void Graph::minimapRenderDraw |
( |
int |
index | ) |
|
◆ onEntry()
◆ onExit()
◆ prepareDraw()
| void Graph::prepareDraw |
( |
int |
index | ) |
|
|
overridevirtual |
Prepare Frame
Implements IScene.
◆ renderDraw()
| void Graph::renderDraw |
( |
int |
index | ) |
|
|
overridevirtual |
render Frame
Implements IScene.
◆ SwapBufferDraw()
| void Graph::SwapBufferDraw |
( |
| ) |
|
|
overridevirtual |
◆ update()
| void Graph::update |
( |
float |
deltaTime | ) |
|
|
overridevirtual |
repeatively updateConnection due to bugs in this part
Implements IScene.
◆ updateUI()
| void Graph::updateUI |
( |
float |
deltaTime | ) |
|
|
overridevirtual |
*_entityComponentController.setConfig(
*_hoverEntityPanel.setConfig
Implements IScene.
The documentation for this class was generated from the following files:
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/Screens/GraphScene/Graph.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/Screens/GraphScene/Graph.cpp
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/Screens/GraphScene/GraphDraw.cpp
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/Screens/GraphScene/GraphInput.cpp
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/Screens/GraphScene/GraphUI.cpp
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/Screens/GraphScene/GraphUpdate.cpp