|
Kemena3D
|
A directed edge connecting an output pin to an input pin. More...
#include <kshadernode.h>
Public Attributes | |
| int | id = 0 |
| Unique link id within the graph. | |
| int | fromNode = 0 |
| int | fromPin = 0 |
| Source node id and output pin id. | |
| int | toNode = 0 |
| int | toPin = 0 |
| Destination node id and input pin id. | |
A directed edge connecting an output pin to an input pin.
| int kemena::kShaderLink::fromNode = 0 |
| int kemena::kShaderLink::fromPin = 0 |
Source node id and output pin id.
| int kemena::kShaderLink::id = 0 |
Unique link id within the graph.
| int kemena::kShaderLink::toNode = 0 |
| int kemena::kShaderLink::toPin = 0 |
Destination node id and input pin id.