1039 lines
32 KiB
C#
1039 lines
32 KiB
C#
using System;
|
|
using RecRoom;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000ADD RID: 2781
|
|
public class CameraStartPoint : SingletonMonoBehaviour<CameraStartPoint>
|
|
{
|
|
// Token: 0x0601577A RID: 87930 RVA: 0x005F8AE4 File Offset: 0x005F6CE4
|
|
public static void JGDMIHEOHEC()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
Vector3 vector = RoomCalibration.HKIFMLOHJKM() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601577B RID: 87931 RVA: 0x005F8B5C File Offset: 0x005F6D5C
|
|
public static void NEPNDIEEFGJ()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.KOEOCKGELHK() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601577C RID: 87932 RVA: 0x005F8BD4 File Offset: 0x005F6DD4
|
|
public static void NDCJEABONLK()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
Vector3 vector = RoomCalibration.CBLCJIDAPPH() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601577D RID: 87933 RVA: 0x005F8C4C File Offset: 0x005F6E4C
|
|
private void FGPEMEKINCD()
|
|
{
|
|
if (RoomCalibration.OPGAJAFMOMN || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)6)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)6)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.FEMGCDCNLHG(vector, true);
|
|
}
|
|
else if (RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
RoomCalibration.EDIMPMEGJFD();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601577F RID: 87935 RVA: 0x005F8D24 File Offset: 0x005F6F24
|
|
public static void MDIPFOMAFAM(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.LIHMCHCMHBD();
|
|
}
|
|
|
|
// Token: 0x06015780 RID: 87936 RVA: 0x005F8D54 File Offset: 0x005F6F54
|
|
private void LPOMDLJJBKF()
|
|
{
|
|
if (RoomCalibration.CDAFCDJEEII() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)8)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)4)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.FEMGCDCNLHG(vector, false);
|
|
}
|
|
else if (RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
RoomCalibration.IPJBFLBIBHI();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015781 RID: 87937 RVA: 0x005F8DD8 File Offset: 0x005F6FD8
|
|
private void FLIBGBGHKCG()
|
|
{
|
|
if (RoomCalibration.GMFFDOPGLNK() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)8)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.STEAM)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.ALJDOEEOIJM(vector, true);
|
|
}
|
|
else if (RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
RoomCalibration.EDIMPMEGJFD();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015782 RID: 87938 RVA: 0x005F8E5C File Offset: 0x005F705C
|
|
public static void EEHALFOCBNP(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.HLGJOMOMGAN();
|
|
}
|
|
|
|
// Token: 0x06015783 RID: 87939 RVA: 0x005F8E8C File Offset: 0x005F708C
|
|
private void GMBFJHIHJFB()
|
|
{
|
|
if (RoomCalibration.CDAFCDJEEII() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)4)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.STEAM)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.ALJDOEEOIJM(vector, true);
|
|
}
|
|
else if (RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
RoomCalibration.EDIMPMEGJFD();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015784 RID: 87940 RVA: 0x005F8F10 File Offset: 0x005F7110
|
|
private void FAJGMJFGMHP()
|
|
{
|
|
if (RoomCalibration.OPGAJAFMOMN || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.STEAM)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.HJNEGBCCNKP(vector, true);
|
|
}
|
|
else if (RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015785 RID: 87941 RVA: 0x005F8F94 File Offset: 0x005F7194
|
|
public static void ABAODNDLEGB(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.GCDKOHOLOBB();
|
|
}
|
|
|
|
// Token: 0x06015786 RID: 87942 RVA: 0x005F8FC4 File Offset: 0x005F71C4
|
|
private void CADEDHJGPMM()
|
|
{
|
|
if (RoomCalibration.OPGAJAFMOMN || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)6)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)8)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.GLAKDHNACGC(vector, true);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015787 RID: 87943 RVA: 0x005F9048 File Offset: 0x005F7248
|
|
public static void HLGJOMOMGAN()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
Vector3 vector = RoomCalibration.KOEOCKGELHK() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015788 RID: 87944 RVA: 0x005F90C0 File Offset: 0x005F72C0
|
|
public static void NDFJDCGPMFG()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
Vector3 vector = RoomCalibration.HKIFMLOHJKM() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.FHFGGJIAIDE.transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015789 RID: 87945 RVA: 0x005F9138 File Offset: 0x005F7338
|
|
private void GNNNAOIDMFP()
|
|
{
|
|
if (RoomCalibration.GMFFDOPGLNK() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)8)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)4)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.FEMGCDCNLHG(vector, false);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601578A RID: 87946 RVA: 0x005F91BC File Offset: 0x005F73BC
|
|
public static void UpdateChaperonePosition()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.GetTrackerWorldPosition() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.FHFGGJIAIDE.transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601578B RID: 87947 RVA: 0x005F9234 File Offset: 0x005F7434
|
|
public static void MBCAIOMKPAN()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
Vector3 vector = RoomCalibration.CBLCJIDAPPH() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.FHFGGJIAIDE.transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601578C RID: 87948 RVA: 0x005F92AC File Offset: 0x005F74AC
|
|
private void PEILEFHDJDO()
|
|
{
|
|
if (RoomCalibration.DMLAFPHMJJF() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.OCULUS)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)6)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.JHEGBFBDDMN(vector, false);
|
|
}
|
|
else if (RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601578D RID: 87949 RVA: 0x005F9330 File Offset: 0x005F7530
|
|
private void Start()
|
|
{
|
|
if (RoomCalibration.OPGAJAFMOMN || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.UpdateOffset(vector, false);
|
|
}
|
|
else if (RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601578E RID: 87950 RVA: 0x005F93B4 File Offset: 0x005F75B4
|
|
private void DEBKBIIGAAN()
|
|
{
|
|
if (RoomCalibration.OPGAJAFMOMN || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.ABAODNDLEGB(vector, true);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601578F RID: 87951 RVA: 0x005F9438 File Offset: 0x005F7638
|
|
private void JGOAIIIJNAI()
|
|
{
|
|
if (RoomCalibration.DMLAFPHMJJF() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)4)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.DAGHFLAMIOH(vector, false);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015790 RID: 87952 RVA: 0x005F94BC File Offset: 0x005F76BC
|
|
private void MCNEKPDJDFO()
|
|
{
|
|
if (RoomCalibration.GMFFDOPGLNK() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.OCULUS)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.ABAODNDLEGB(vector, false);
|
|
}
|
|
else if (RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
RoomCalibration.IPJBFLBIBHI();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015791 RID: 87953 RVA: 0x005F9540 File Offset: 0x005F7740
|
|
public static void LIHMCHCMHBD()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
Vector3 vector = RoomCalibration.HKIFMLOHJKM() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.FHFGGJIAIDE.transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015792 RID: 87954 RVA: 0x005F95B8 File Offset: 0x005F77B8
|
|
public static void NJMNBDEBFOD(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.KPNGKPNNEPE();
|
|
}
|
|
|
|
// Token: 0x06015793 RID: 87955 RVA: 0x005F95E8 File Offset: 0x005F77E8
|
|
private void EKKGEDBDINH()
|
|
{
|
|
if (RoomCalibration.CDAFCDJEEII() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)8)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.OICIHPENDMC(vector, true);
|
|
}
|
|
else if (RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015794 RID: 87956 RVA: 0x005F966C File Offset: 0x005F786C
|
|
public static void OICIHPENDMC(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.HEIHNLBCCFM();
|
|
}
|
|
|
|
// Token: 0x06015795 RID: 87957 RVA: 0x005F969C File Offset: 0x005F789C
|
|
public static void UpdateOffset(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.UpdateChaperonePosition();
|
|
}
|
|
|
|
// Token: 0x06015796 RID: 87958 RVA: 0x005F96CC File Offset: 0x005F78CC
|
|
public static void AKHHGEMKMNI()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.GetTrackerWorldPosition() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.NLIIOLAOPBD().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015797 RID: 87959 RVA: 0x005F9744 File Offset: 0x005F7944
|
|
private void HALNAHDCABC()
|
|
{
|
|
if (RoomCalibration.GMFFDOPGLNK() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)8)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)6)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.UpdateOffset(vector, true);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.EDIMPMEGJFD();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015798 RID: 87960 RVA: 0x005F97C8 File Offset: 0x005F79C8
|
|
public static void HEIHNLBCCFM()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
Vector3 vector = RoomCalibration.CBLCJIDAPPH() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06015799 RID: 87961 RVA: 0x005F9840 File Offset: 0x005F7A40
|
|
public static void GCDKOHOLOBB()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
Vector3 vector = RoomCalibration.HKIFMLOHJKM() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601579A RID: 87962 RVA: 0x005F98B8 File Offset: 0x005F7AB8
|
|
public static void GLAKDHNACGC(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.MBCAIOMKPAN();
|
|
}
|
|
|
|
// Token: 0x0601579B RID: 87963 RVA: 0x005F98E8 File Offset: 0x005F7AE8
|
|
public static void HJNEGBCCNKP(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.AKHHGEMKMNI();
|
|
}
|
|
|
|
// Token: 0x0601579C RID: 87964 RVA: 0x005F9918 File Offset: 0x005F7B18
|
|
public static void FEMGCDCNLHG(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.NDCJEABONLK();
|
|
}
|
|
|
|
// Token: 0x0601579D RID: 87965 RVA: 0x005F9948 File Offset: 0x005F7B48
|
|
public static void LGICDLAGJHF()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.KOEOCKGELHK() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601579E RID: 87966 RVA: 0x005F99C0 File Offset: 0x005F7BC0
|
|
public static void ELOFCOHFJBN()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.GetTrackerWorldPosition() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.NLIIOLAOPBD().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601579F RID: 87967 RVA: 0x005F9A38 File Offset: 0x005F7C38
|
|
public static void KPNGKPNNEPE()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
Vector3 vector = RoomCalibration.CBLCJIDAPPH() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.FHFGGJIAIDE.transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157A0 RID: 87968 RVA: 0x005F9AB0 File Offset: 0x005F7CB0
|
|
private void POEDAMONBNL()
|
|
{
|
|
if (RoomCalibration.CDAFCDJEEII() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.STEAM)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.GLAKDHNACGC(vector, true);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157A1 RID: 87969 RVA: 0x005F9B34 File Offset: 0x005F7D34
|
|
public static void DAGHFLAMIOH(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.NEPNDIEEFGJ();
|
|
}
|
|
|
|
// Token: 0x060157A2 RID: 87970 RVA: 0x005F9B64 File Offset: 0x005F7D64
|
|
private void KOAENLLIKMP()
|
|
{
|
|
if (RoomCalibration.FJAICAAHEMD() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.NJMNBDEBFOD(vector, false);
|
|
}
|
|
else if (RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
RoomCalibration.IPJBFLBIBHI();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157A3 RID: 87971 RVA: 0x005F9BE8 File Offset: 0x005F7DE8
|
|
private void JJEHDEOKOBB()
|
|
{
|
|
if (RoomCalibration.CDAFCDJEEII() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.OCULUS)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.NJMNBDEBFOD(vector, true);
|
|
}
|
|
else if (RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157A4 RID: 87972 RVA: 0x005F9C6C File Offset: 0x005F7E6C
|
|
public static void PKLFCKFEGJB(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.AGIGMACAECE();
|
|
}
|
|
|
|
// Token: 0x060157A5 RID: 87973 RVA: 0x005F9C9C File Offset: 0x005F7E9C
|
|
private void GDNJIMAFDEE()
|
|
{
|
|
if (RoomCalibration.FJAICAAHEMD() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)6)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.OCULUS)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.JHEGBFBDDMN(vector, true);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.IPJBFLBIBHI();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157A6 RID: 87974 RVA: 0x005F9D20 File Offset: 0x005F7F20
|
|
public static void JHEGBFBDDMN(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.APGKILPDDIA();
|
|
}
|
|
|
|
// Token: 0x060157A7 RID: 87975 RVA: 0x005F9D50 File Offset: 0x005F7F50
|
|
private void BABKFIKEOCG()
|
|
{
|
|
if (RoomCalibration.FJAICAAHEMD() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.ALJDOEEOIJM(vector, false);
|
|
}
|
|
else if (RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157A8 RID: 87976 RVA: 0x005F9DD4 File Offset: 0x005F7FD4
|
|
public static void APGKILPDDIA()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.HKIFMLOHJKM() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.NLIIOLAOPBD().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157A9 RID: 87977 RVA: 0x005F9E4C File Offset: 0x005F804C
|
|
public static void AGIGMACAECE()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.CBLCJIDAPPH() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157AA RID: 87978 RVA: 0x005F9EC4 File Offset: 0x005F80C4
|
|
private void PJIPGBLHFNL()
|
|
{
|
|
if (RoomCalibration.FJAICAAHEMD() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.PS4)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.NJMNBDEBFOD(vector, false);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.IPJBFLBIBHI();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157AB RID: 87979 RVA: 0x005F9F48 File Offset: 0x005F8148
|
|
public static void ALJDOEEOIJM(Vector3 MGIOPHDHPOI, bool HNAJDEBPMNL = false)
|
|
{
|
|
Vector3 zero = Vector3.zero;
|
|
SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition = MGIOPHDHPOI + zero;
|
|
CameraStartPoint.ELOFCOHFJBN();
|
|
}
|
|
|
|
// Token: 0x060157AC RID: 87980 RVA: 0x005F9F78 File Offset: 0x005F8178
|
|
private void LGLJMEBFLDH()
|
|
{
|
|
if (RoomCalibration.DMLAFPHMJJF() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == PlatformManager.JNJEBIDGBNH.STEAM)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)4)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.HJNEGBCCNKP(vector, false);
|
|
}
|
|
else if (RoomCalibration.PBKJBNKBDCJ())
|
|
{
|
|
RoomCalibration.EDIMPMEGJFD();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157AD RID: 87981 RVA: 0x005F9FFC File Offset: 0x005F81FC
|
|
private void KCMHNMPNGCI()
|
|
{
|
|
if (RoomCalibration.OPGAJAFMOMN || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)6)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)4)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.FEMGCDCNLHG(vector, false);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157AE RID: 87982 RVA: 0x005FA080 File Offset: 0x005F8280
|
|
private void LKIBODHFMHA()
|
|
{
|
|
if (RoomCalibration.CDAFCDJEEII() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)6)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.OCULUS)
|
|
{
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.OCULUS)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.HJNEGBCCNKP(vector, true);
|
|
}
|
|
else if (RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
RoomCalibration.EDIMPMEGJFD();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157AF RID: 87983 RVA: 0x005FA104 File Offset: 0x005F8304
|
|
public static void OCLCOMBLOHG()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.HKIFMLOHJKM() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.EKBAGBEDLLF().transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157B0 RID: 87984 RVA: 0x005FA17C File Offset: 0x005F837C
|
|
public static void KDHEEKMPJPH()
|
|
{
|
|
if (Player.LocalPlayerExists && SingletonMonoBehaviour<CameraRig>.BOCFJBNNEFP && RoomCalibration.FPJMAEECGDD)
|
|
{
|
|
Vector3 vector = RoomCalibration.KOEOCKGELHK() - SingletonMonoBehaviour<CameraStartPoint>.NCKMBFBMBFM.transform.localPosition;
|
|
vector.y = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.transform.position.y;
|
|
Player.LocalPlayer.FHFGGJIAIDE.transform.position = vector;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060157B1 RID: 87985 RVA: 0x005FA1F4 File Offset: 0x005F83F4
|
|
private void KOKOKCHBFPP()
|
|
{
|
|
if (RoomCalibration.DMLAFPHMJJF() || SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN == (PlatformManager.JNJEBIDGBNH)7)
|
|
{
|
|
PlatformManager.JNJEBIDGBNH currentPlatform = SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN;
|
|
Vector3 vector;
|
|
if (currentPlatform != PlatformManager.JNJEBIDGBNH.MICROSOFT)
|
|
{
|
|
if (currentPlatform != (PlatformManager.JNJEBIDGBNH)5)
|
|
{
|
|
vector = this.Default;
|
|
}
|
|
else
|
|
{
|
|
vector = this.MicrosoftStartPoint;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
vector = this.PS4;
|
|
}
|
|
CameraStartPoint.NJMNBDEBFOD(vector, true);
|
|
}
|
|
else if (RoomCalibration.KEHNIHKHJMH())
|
|
{
|
|
RoomCalibration.LoadRoomCalibration();
|
|
}
|
|
}
|
|
|
|
// Token: 0x04003B09 RID: 15113
|
|
public Vector3 Default = Vector3.zero;
|
|
|
|
// Token: 0x04003B0A RID: 15114
|
|
public Vector3 PS4 = new Vector3(0f, 1.479f, 0.067f);
|
|
|
|
// Token: 0x04003B0B RID: 15115
|
|
public Vector3 MicrosoftStartPoint = new Vector3(0f, 1.479f, 0.067f);
|
|
}
|