12345678910111213141516171819202122232425262728 |
- namespace Valve.VR
- {
- using System;
- using UnityEngine;
-
-
- public class SteamVR_Input_ActionSet_mixedreality : Valve.VR.SteamVR_ActionSet
- {
-
- public virtual SteamVR_Action_Pose ExternalCamera
- {
- get
- {
- return SteamVR_Actions.mixedreality_ExternalCamera;
- }
- }
- }
- }
|