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

#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
 

Detailed Description

Definition at line 134 of file NodeGraphCore.h.

Member Data Documentation

◆ direction

LayoutDirection Olympe::NodeGraph::AutoLayoutConfig::direction = LayoutDirection::TopToBottom

Definition at line 135 of file NodeGraphCore.h.

◆ horizontalSpacing

float Olympe::NodeGraph::AutoLayoutConfig::horizontalSpacing = 150.0f

Definition at line 136 of file NodeGraphCore.h.

◆ nodeHeight

float Olympe::NodeGraph::AutoLayoutConfig::nodeHeight = 60.0f

Definition at line 139 of file NodeGraphCore.h.

◆ nodeWidth

float Olympe::NodeGraph::AutoLayoutConfig::nodeWidth = 120.0f

Definition at line 138 of file NodeGraphCore.h.

◆ paddingX

float Olympe::NodeGraph::AutoLayoutConfig::paddingX = 50.0f

Definition at line 140 of file NodeGraphCore.h.

◆ paddingY

float Olympe::NodeGraph::AutoLayoutConfig::paddingY = 50.0f

Definition at line 141 of file NodeGraphCore.h.

◆ verticalSpacing

float Olympe::NodeGraph::AutoLayoutConfig::verticalSpacing = 100.0f

Definition at line 137 of file NodeGraphCore.h.


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