namespace RMGUI.GraphView { public enum Direction { Input = 0, Output = 1, Bidirectional = 2 } }