SteamVR_Input_ActionSetUsages.cs 216 B

123456789101112
  1. //======= Copyright (c) Valve Corporation, All rights reserved. ===============
  2. namespace Valve.VR
  3. {
  4. public enum SteamVR_Input_ActionSetUsages
  5. {
  6. LeftRight,
  7. Single,
  8. Hidden,
  9. }
  10. }