Пример #1
0
 public static void UpdateRightHand(Vector3 position, Quaternion rotation)
 {
     VRTestMock.INTERNAL_CALL_UpdateRightHand(ref position, ref rotation);
 }
Пример #2
0
 public static void UpdateTrackedDevice(string deviceName, Vector3 position, Quaternion rotation)
 {
     VRTestMock.INTERNAL_CALL_UpdateTrackedDevice(deviceName, ref position, ref rotation);
 }
Пример #3
0
 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);
 }