![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <NodeGraphCore.h>
Collaboration diagram for Olympe::NodeGraph::PinData:Public Attributes | |
| PinId | id |
| NodeId | nodeId |
| std::string | type |
| std::string | name |
Definition at line 91 of file NodeGraphCore.h.
| PinId Olympe::NodeGraph::PinData::id |
Definition at line 92 of file NodeGraphCore.h.
| std::string Olympe::NodeGraph::PinData::name |
Definition at line 95 of file NodeGraphCore.h.
| NodeId Olympe::NodeGraph::PinData::nodeId |
Definition at line 93 of file NodeGraphCore.h.
| std::string Olympe::NodeGraph::PinData::type |
Definition at line 94 of file NodeGraphCore.h.