コード例 #1
0
ファイル: VRTestMock.cs プロジェクト: zuohu/UnityDecompiled
 public static void UpdateRightHand(Vector3 position, Quaternion rotation)
 {
     VRTestMock.INTERNAL_CALL_UpdateRightHand(ref position, ref rotation);
 }
コード例 #2
0
ファイル: VRTestMock.cs プロジェクト: zuohu/UnityDecompiled
 public static void UpdateTrackedDevice(string deviceName, Vector3 position, Quaternion rotation)
 {
     VRTestMock.INTERNAL_CALL_UpdateTrackedDevice(deviceName, ref position, ref rotation);
 }
コード例 #3
0
ファイル: VRTestMock.cs プロジェクト: zuohu/UnityDecompiled
 public static void UpdateLeftEye(Vector3 position, Quaternion rotation)
 {
     VRTestMock.INTERNAL_CALL_UpdateLeftEye(ref position, ref rotation);
 }
コード例 #4
0
 public static void UpdateTrackedDevice(VRNode nodeType, Vector3 position, Quaternion rotation)
 {
     VRTestMock.INTERNAL_CALL_UpdateTrackedDevice(nodeType, ref position, ref rotation);
 }