namespace UnityEditor.Experimental.Graph
{
public enum Direction
Input = 0,
Output = 1,
Bidirectional = 2
};
}