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

#include <NodeGraphCore.h>

+ Collaboration diagram for Olympe::NodeGraph::LinkData:

Public Attributes

LinkId id
 
PinId fromPin
 
PinId toPin
 

Detailed Description

Definition at line 102 of file NodeGraphCore.h.

Member Data Documentation

◆ fromPin

PinId Olympe::NodeGraph::LinkData::fromPin

Definition at line 104 of file NodeGraphCore.h.

Referenced by Olympe::AI::AIEditorClipboard::Copy().

◆ id

LinkId Olympe::NodeGraph::LinkData::id

◆ toPin

PinId Olympe::NodeGraph::LinkData::toPin

Definition at line 105 of file NodeGraphCore.h.


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