//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Valve.VR
{
using System;
using UnityEngine;
public partial class SteamVR_Actions
{
private static SteamVR_Input_ActionSet_Watch p_Watch;
public static SteamVR_Input_ActionSet_Watch Watch
{
get
{
return SteamVR_Actions.p_Watch.GetCopy();
}
}
private static void StartPreInitActionSets()
{
SteamVR_Actions.p_Watch = ((SteamVR_Input_ActionSet_Watch)(SteamVR_ActionSet.Create("/actions/Watch")));
Valve.VR.SteamVR_Input.actionSets = new Valve.VR.SteamVR_ActionSet[] {
SteamVR_Actions.Watch};
}
}
}