GetPortByGuid(string)
Get port by its GUID.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public Port GetPortByGuid(string guid)
Parameters
The GUID.
Returns
Type | Description |
|---|---|
| Port | The first port found with given GUID. Null if none found. |