![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <BTNodeGraphManager.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 256 of file BTNodeGraphManager.h.
|
default |
Definition at line 264 of file BTNodeGraphManager.h.
| int Olympe::GraphLink::fromAttr = 0 |
Definition at line 260 of file BTNodeGraphManager.h.
| int Olympe::GraphLink::fromNode = 0 |
Definition at line 258 of file BTNodeGraphManager.h.
Referenced by Olympe::NodeGraphPanel::RenderGraph().
| int Olympe::GraphLink::toAttr = 0 |
Definition at line 261 of file BTNodeGraphManager.h.
| int Olympe::GraphLink::toNode = 0 |
Definition at line 259 of file BTNodeGraphManager.h.