Class GraphExtensions
Inheritance
System.Object
GraphExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.Graphing
Syntax
public static class GraphExtensions
Methods
GetEdges(IGraph, SlotReference)
Declaration
public static IEnumerable<IEdge> GetEdges(this IGraph graph, SlotReference s)
Parameters
Type | Name | Description |
---|---|---|
IGraph | graph | |
SlotReference | s |
Returns
Type | Description |
---|---|
IEnumerable<IEdge> |