//======= Copyright (c) Valve Corporation, All rights reserved. =============== namespace Valve.VR { /// /// The direction the the action. In actions get input, Out actions send input. /// public enum SteamVR_ActionDirections { In, Out, } }