GetOutputPortByName(string)
Retrieves an output port using its name.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public IPort GetOutputPortByName(string name)
Parameters
The unique name of the output port within this node.
Returns
Type | Description |
|---|---|
| IPort | The output port with the specified name, or null if no match is found. |
Remarks
The output port's name is unique within the node's output ports.