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

#include <NodeGraphCore.h>

+ Collaboration diagram for Olympe::NodeGraph::PinData:

Public Attributes

PinId id
 
NodeId nodeId
 
std::string type
 
std::string name
 

Detailed Description

Definition at line 91 of file NodeGraphCore.h.

Member Data Documentation

◆ id

PinId Olympe::NodeGraph::PinData::id

Definition at line 92 of file NodeGraphCore.h.

◆ name

std::string Olympe::NodeGraph::PinData::name

Definition at line 95 of file NodeGraphCore.h.

◆ nodeId

NodeId Olympe::NodeGraph::PinData::nodeId

Definition at line 93 of file NodeGraphCore.h.

◆ type

std::string Olympe::NodeGraph::PinData::type

Definition at line 94 of file NodeGraphCore.h.


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