![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Rendering configuration knobs. More...
#include <SharedGraphRenderer.h>
Public Attributes | |
| bool | readOnly = false |
| Disable node dragging / connection editing. | |
| bool | showRuntimeHighlight = false |
| Highlight the active debug node. | |
| bool | showBlackboardPanel = true |
| Show the blackboard side panel. | |
| bool | showToolbar = true |
| Show the graph toolbar. | |
Rendering configuration knobs.
Definition at line 65 of file SharedGraphRenderer.h.
Disable node dragging / connection editing.
Definition at line 66 of file SharedGraphRenderer.h.
Referenced by Olympe::NodeGraph::SharedGraphRenderer::MakeDebuggerConfig(), and Olympe::NodeGraph::SharedGraphRenderer::MakeEditorConfig().
Show the blackboard side panel.
Definition at line 68 of file SharedGraphRenderer.h.
Highlight the active debug node.
Definition at line 67 of file SharedGraphRenderer.h.
Show the graph toolbar.
Definition at line 69 of file SharedGraphRenderer.h.