Kemena3D
Loading...
Searching...
No Matches
kemena::kScriptGraphLink Struct Reference

A directed wire from an output pin to an input pin. More...

#include <kscriptgraph.h>

Public Attributes

int id = 0
 Graph-unique link id.
int fromNode = 0
int fromPin = 0
 Source node + output pin.
int toNode = 0
int toPin = 0
 Destination node + input pin.

Detailed Description

A directed wire from an output pin to an input pin.

Member Data Documentation

◆ fromNode

int kemena::kScriptGraphLink::fromNode = 0

◆ fromPin

int kemena::kScriptGraphLink::fromPin = 0

Source node + output pin.

◆ id

int kemena::kScriptGraphLink::id = 0

Graph-unique link id.

◆ toNode

int kemena::kScriptGraphLink::toNode = 0

◆ toPin

int kemena::kScriptGraphLink::toPin = 0

Destination node + input pin.


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