SteamVR_ActionDirections.cs 305 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 //======= Copyright (c) Valve Corporation, All rights reserved. =============== namespace Valve.VR { /// <summary> /// The direction the the action. In actions get input, Out actions send input. /// </summary> public enum SteamVR_ActionDirections { In, Out, } }