Interface IEdge
Namespace: UnityEditor.Graphing
Syntax
public interface IEdge : IEquatable<IEdge>
Properties
inputSlot
Declaration
SlotReference inputSlot { get; }
Property Value
Type | Description |
---|---|
SlotReference |
outputSlot
Declaration
SlotReference outputSlot { get; }
Property Value
Type | Description |
---|---|
SlotReference |