Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

GraphView.GetEdgeByGuid

Declaration

public Experimental.GraphView.Edge GetEdgeByGuid(string guid);

Parameters

guid The GUID.

Returns

Edge The first edge with given GUID. Null if none found.

Description

Get edge by its GUID.