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