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

Layout information for a node. More...

#include <ILayoutEngine.h>

Public Attributes

NodeId nodeId
 
Vector2 position
 
float width = 200.0f
 
float height = 100.0f
 
int layer = 0
 
int orderInLayer = 0
 

Detailed Description

Layout information for a node.

Definition at line 30 of file ILayoutEngine.h.

Member Data Documentation

◆ height

float Olympe::NodeGraph::NodeLayout::height = 100.0f

Definition at line 34 of file ILayoutEngine.h.

◆ layer

int Olympe::NodeGraph::NodeLayout::layer = 0

Definition at line 35 of file ILayoutEngine.h.

◆ nodeId

NodeId Olympe::NodeGraph::NodeLayout::nodeId

Definition at line 31 of file ILayoutEngine.h.

◆ orderInLayer

int Olympe::NodeGraph::NodeLayout::orderInLayer = 0

Definition at line 36 of file ILayoutEngine.h.

◆ position

Vector2 Olympe::NodeGraph::NodeLayout::position

Definition at line 32 of file ILayoutEngine.h.

◆ width

float Olympe::NodeGraph::NodeLayout::width = 200.0f

Definition at line 33 of file ILayoutEngine.h.


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