namespace Valve.VR { public enum EOverlayDirection { Up = 0, Down = 1, Left = 2, Right = 3, Count = 4 } }