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

#include <NodeGraphManager.h>

Public Member Functions

 GraphLink ()=default
 
 GraphLink (int from, int to)
 

Public Attributes

int fromNode = 0
 
int toNode = 0
 
int fromAttr = 0
 
int toAttr = 0
 

Detailed Description

Definition at line 100 of file NodeGraphManager.h.

Constructor & Destructor Documentation

◆ GraphLink() [1/2]

Olympe::GraphLink::GraphLink ( )
default

◆ GraphLink() [2/2]

Olympe::GraphLink::GraphLink ( int  from,
int  to 
)
inline

Definition at line 108 of file NodeGraphManager.h.

Member Data Documentation

◆ fromAttr

int Olympe::GraphLink::fromAttr = 0

Definition at line 104 of file NodeGraphManager.h.

◆ fromNode

int Olympe::GraphLink::fromNode = 0

Definition at line 102 of file NodeGraphManager.h.

Referenced by Olympe::NodeGraphPanel::RenderGraph().

◆ toAttr

int Olympe::GraphLink::toAttr = 0

Definition at line 105 of file NodeGraphManager.h.

◆ toNode

int Olympe::GraphLink::toNode = 0

Definition at line 103 of file NodeGraphManager.h.


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