GetOutputPort(int)
Retrieves an output port using its index in the displayed order.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public IPort GetOutputPort(int index)
Parameters
The zero-based index of the output port.
Returns
Type | Description |
|---|---|
| IPort | The output port at the specified index. |
Remarks
The index is zero-based. The list of output ports is ordered according to their display order in the node.