![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#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 |
Definition at line 100 of file NodeGraphManager.h.
|
default |
Definition at line 108 of file NodeGraphManager.h.
| int Olympe::GraphLink::fromAttr = 0 |
Definition at line 104 of file NodeGraphManager.h.
| int Olympe::GraphLink::fromNode = 0 |
Definition at line 102 of file NodeGraphManager.h.
Referenced by Olympe::NodeGraphPanel::RenderGraph().
| int Olympe::GraphLink::toAttr = 0 |
Definition at line 105 of file NodeGraphManager.h.
| int Olympe::GraphLink::toNode = 0 |
Definition at line 103 of file NodeGraphManager.h.