![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <NodeGraphCore.h>
Public Attributes | |
| LayoutDirection | direction = LayoutDirection::TopToBottom |
| float | horizontalSpacing = 150.0f |
| float | verticalSpacing = 100.0f |
| float | nodeWidth = 120.0f |
| float | nodeHeight = 60.0f |
| float | paddingX = 50.0f |
| float | paddingY = 50.0f |
Definition at line 134 of file NodeGraphCore.h.
| LayoutDirection Olympe::NodeGraph::AutoLayoutConfig::direction = LayoutDirection::TopToBottom |
Definition at line 135 of file NodeGraphCore.h.
| float Olympe::NodeGraph::AutoLayoutConfig::horizontalSpacing = 150.0f |
Definition at line 136 of file NodeGraphCore.h.
| float Olympe::NodeGraph::AutoLayoutConfig::nodeHeight = 60.0f |
Definition at line 139 of file NodeGraphCore.h.
| float Olympe::NodeGraph::AutoLayoutConfig::nodeWidth = 120.0f |
Definition at line 138 of file NodeGraphCore.h.
| float Olympe::NodeGraph::AutoLayoutConfig::paddingX = 50.0f |
Definition at line 140 of file NodeGraphCore.h.
| float Olympe::NodeGraph::AutoLayoutConfig::paddingY = 50.0f |
Definition at line 141 of file NodeGraphCore.h.
| float Olympe::NodeGraph::AutoLayoutConfig::verticalSpacing = 100.0f |
Definition at line 137 of file NodeGraphCore.h.