Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::NodeGraph::SharedGraphRenderer::Config Struct Reference

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.
 

Detailed Description

Rendering configuration knobs.

Definition at line 65 of file SharedGraphRenderer.h.

Member Data Documentation

◆ readOnly

bool Olympe::NodeGraph::SharedGraphRenderer::Config::readOnly = false

Disable node dragging / connection editing.

Definition at line 66 of file SharedGraphRenderer.h.

Referenced by Olympe::NodeGraph::SharedGraphRenderer::MakeDebuggerConfig(), and Olympe::NodeGraph::SharedGraphRenderer::MakeEditorConfig().

◆ showBlackboardPanel

bool Olympe::NodeGraph::SharedGraphRenderer::Config::showBlackboardPanel = true

Show the blackboard side panel.

Definition at line 68 of file SharedGraphRenderer.h.

◆ showRuntimeHighlight

bool Olympe::NodeGraph::SharedGraphRenderer::Config::showRuntimeHighlight = false

Highlight the active debug node.

Definition at line 67 of file SharedGraphRenderer.h.

◆ showToolbar

bool Olympe::NodeGraph::SharedGraphRenderer::Config::showToolbar = true

Show the graph toolbar.

Definition at line 69 of file SharedGraphRenderer.h.


The documentation for this struct was generated from the following file: