projet-massimo-pfe/PFE OmniVR/Assets/SteamVR/Input/SteamVR_ActionDirections.cs
jimmy tremblay-Bernier c1bf5a4ca1 initial commit
2022-03-12 22:04:30 -04:00

13 lines
305 B
C#

//======= 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,
}
}