SteamVR_Input_ActionSets.cs 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Valve.VR
  11. {
  12. using System;
  13. using UnityEngine;
  14. public partial class SteamVR_Actions
  15. {
  16. private static SteamVR_Input_ActionSet_default p__default;
  17. public static SteamVR_Input_ActionSet_default _default
  18. {
  19. get
  20. {
  21. return SteamVR_Actions.p__default.GetCopy<SteamVR_Input_ActionSet_default>();
  22. }
  23. }
  24. private static void StartPreInitActionSets()
  25. {
  26. SteamVR_Actions.p__default = ((SteamVR_Input_ActionSet_default)(SteamVR_ActionSet.Create<SteamVR_Input_ActionSet_default>("/actions/default")));
  27. Valve.VR.SteamVR_Input.actionSets = new Valve.VR.SteamVR_ActionSet[] {
  28. SteamVR_Actions._default};
  29. }
  30. }
  31. }