using System; using UnityEngine; using UnityEngine.VR; // Token: 0x020003DF RID: 991 public class OVRDebugHeadController : MonoBehaviour { // Token: 0x0600AE05 RID: 44549 RVA: 0x0031E9EC File Offset: 0x0031CBEC private void LCJNAKGMOLE() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)64).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-196)).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-114)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)84).y; if (Mathf.Abs(num2) > 1240f) { if (this.InvertPitch) { num2 *= 1050f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE06 RID: 44550 RVA: 0x0031EBB0 File Offset: 0x0031CDB0 private void OKJAOPHDIJM() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)121).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, ~(LDLBCCLPCGM.MFOJACCHCAA.LTouch | LDLBCCLPCGM.MFOJACCHCAA.Remote)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-75)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)59).y; if (Mathf.Abs(num2) > 855f) { if (this.InvertPitch) { num2 *= 524f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE07 RID: 44551 RVA: 0x0031ED74 File Offset: 0x0031CF74 private void KDBBACLJIAP() { } // Token: 0x0600AE08 RID: 44552 RVA: 0x0031ED78 File Offset: 0x0031CF78 private void IBGMECCOGML() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Failed to cheer: "); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("-"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE09 RID: 44553 RVA: 0x0031EDCC File Offset: 0x0031CFCC private void EGKGBDDMDDA() { } // Token: 0x0600AE0A RID: 44554 RVA: 0x0031EDD0 File Offset: 0x0031CFD0 private void KBHEHPBBKIF() { } // Token: 0x0600AE0B RID: 44555 RVA: 0x0031EDD4 File Offset: 0x0031CFD4 private void FPMMBPEOBEE() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Can't use reflection here, sorry :("); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("time"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE0C RID: 44556 RVA: 0x0031EE28 File Offset: 0x0031D028 private void NOFGFHLAFBF() { } // Token: 0x0600AE0D RID: 44557 RVA: 0x0031EE2C File Offset: 0x0031D02C private void DEBKBIIGAAN() { } // Token: 0x0600AE0E RID: 44558 RVA: 0x0031EE30 File Offset: 0x0031D030 private void HHGIHIJFDHL() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("_Dirt_Add"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("_MainTex"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE0F RID: 44559 RVA: 0x0031EE84 File Offset: 0x0031D084 private void OKIAGLLHGGF() { } // Token: 0x0600AE10 RID: 44560 RVA: 0x0031EE88 File Offset: 0x0031D088 private void PINHMNLCHGK() { } // Token: 0x0600AE11 RID: 44561 RVA: 0x0031EE8C File Offset: 0x0031D08C private void CAMGAFPKAMM() { } // Token: 0x0600AE12 RID: 44562 RVA: 0x0031EE90 File Offset: 0x0031D090 private void CBNFIOBLLIH() { } // Token: 0x0600AE13 RID: 44563 RVA: 0x0031EE94 File Offset: 0x0031D094 private void BEJPIHEKCML() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning(" 1) { Debug.LogWarning(". No ViewIDs are free to use. Max is: "); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE14 RID: 44564 RVA: 0x0031EEE8 File Offset: 0x0031D0E8 private void IOGPMJADEIB() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)59).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)178).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)78).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-16)).y; if (Mathf.Abs(num2) > 724f) { if (this.InvertPitch) { num2 *= 166f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE15 RID: 44565 RVA: 0x0031F0AC File Offset: 0x0031D2AC private void JFFLHAMMGAH() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("AngularVelocityMultiplier"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("OpSettings()"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE16 RID: 44566 RVA: 0x0031F100 File Offset: 0x0031D300 private void GEMPJFEKJKA() { } // Token: 0x0600AE17 RID: 44567 RVA: 0x0031F104 File Offset: 0x0031D304 private void JKFLOMBCKIL() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("value"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("modify/description"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE18 RID: 44568 RVA: 0x0031F158 File Offset: 0x0031D358 private void PICMKDIMNHN() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)38).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)90).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)199).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-68)).y; if (Mathf.Abs(num2) > 1906f) { if (this.InvertPitch) { num2 *= 874f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE19 RID: 44569 RVA: 0x0031F31C File Offset: 0x0031D51C private void AHCJOBNKIHC() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-172)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-117)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)181).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-165)).y; if (Mathf.Abs(num2) > 298f) { if (this.InvertPitch) { num2 *= 1118f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE1A RID: 44570 RVA: 0x0031F4E0 File Offset: 0x0031D6E0 private void NDIKALAHLIJ() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Menu requires overlay texture to be a render texture."); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("FFIGIEPHIDC"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE1B RID: 44571 RVA: 0x0031F534 File Offset: 0x0031D734 private void OMAHPJFFBDE() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Missing stop target!"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("ClearedAt"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE1C RID: 44572 RVA: 0x0031F588 File Offset: 0x0031D788 private void PDCMKOCMIIF() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("--"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("COLL_HID"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE1D RID: 44573 RVA: 0x0031F5DC File Offset: 0x0031D7DC private void IGDMCDLELON() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)122).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-144)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)(-41)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)118).y; if (Mathf.Abs(num2) > 1517f) { if (this.InvertPitch) { num2 *= 873f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE1E RID: 44574 RVA: 0x0031F7A0 File Offset: 0x0031D9A0 private void GLBKBCBIOFJ() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("OpusDecoder"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("CONTINUOUS_ROTATION_MODE"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE1F RID: 44575 RVA: 0x0031F7F4 File Offset: 0x0031D9F4 private void EBFOPMNPAKE() { } // Token: 0x0600AE20 RID: 44576 RVA: 0x0031F7F8 File Offset: 0x0031D9F8 private void NHLJJOPDMIN() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("May"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("from"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE21 RID: 44577 RVA: 0x0031F84C File Offset: 0x0031DA4C private void MDHENNEMKJD() { } // Token: 0x0600AE22 RID: 44578 RVA: 0x0031F850 File Offset: 0x0031DA50 private void HDCAMLJLKHC() { } // Token: 0x0600AE23 RID: 44579 RVA: 0x0031F854 File Offset: 0x0031DA54 private void PJECIGLIDIG() { } // Token: 0x0600AE24 RID: 44580 RVA: 0x0031F858 File Offset: 0x0031DA58 private void FGCPHGJDALF() { } // Token: 0x0600AE25 RID: 44581 RVA: 0x0031F85C File Offset: 0x0031DA5C private void JCIBODNDMOO() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("end playing"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("Encounter"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE26 RID: 44582 RVA: 0x0031F8B0 File Offset: 0x0031DAB0 private void BABKFIKEOCG() { } // Token: 0x0600AE27 RID: 44583 RVA: 0x0031F8B4 File Offset: 0x0031DAB4 private void OIDLPOEDMFO() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning(" SecondsBeforeRespawn: "); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("Failed"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE28 RID: 44584 RVA: 0x0031F908 File Offset: 0x0031DB08 private void DFBDHMKDJOB() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning(" and requires "); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("tr"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE29 RID: 44585 RVA: 0x0031F95C File Offset: 0x0031DB5C private void CJNKCFNIPIO() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-79)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-192)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-88)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)35).y; if (Mathf.Abs(num2) > 1852f) { if (this.InvertPitch) { num2 *= 1740f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE2A RID: 44586 RVA: 0x0031FB20 File Offset: 0x0031DD20 private void DLHCKBDMBAF() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Password"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("#FF4040"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE2B RID: 44587 RVA: 0x0031FB74 File Offset: 0x0031DD74 private void PBCNFAEFEEO() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)42).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)128).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-192)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)115).y; if (Mathf.Abs(num2) > 652f) { if (this.InvertPitch) { num2 *= 168f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE2C RID: 44588 RVA: 0x0031FD38 File Offset: 0x0031DF38 private void LMEGOIHONGK() { } // Token: 0x0600AE2D RID: 44589 RVA: 0x0031FD3C File Offset: 0x0031DF3C private void OPKFDMCNIOA() { } // Token: 0x0600AE2E RID: 44590 RVA: 0x0031FD40 File Offset: 0x0031DF40 private void AAEGKLIDDCL() { } // Token: 0x0600AE2F RID: 44591 RVA: 0x0031FD44 File Offset: 0x0031DF44 private void ONKCFGIOGCF() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("islocal"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("no assemblies"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE30 RID: 44592 RVA: 0x0031FD98 File Offset: 0x0031DF98 private void FJCCGJGLMLP() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("LightQualityOverride requires at least one specified override."); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("revenue"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE31 RID: 44593 RVA: 0x0031FDEC File Offset: 0x0031DFEC private void LIEPJCBHEHE() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)44).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-71)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-87)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-11)).y; if (Mathf.Abs(num2) > 373f) { if (this.InvertPitch) { num2 *= 1838f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE32 RID: 44594 RVA: 0x0031FFB0 File Offset: 0x0031E1B0 private void EKKGEDBDINH() { } // Token: 0x0600AE33 RID: 44595 RVA: 0x0031FFB4 File Offset: 0x0031E1B4 private void Update() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, LDLBCCLPCGM.MFOJACCHCAA.Active).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, LDLBCCLPCGM.MFOJACCHCAA.Active).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, LDLBCCLPCGM.MFOJACCHCAA.Active).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, LDLBCCLPCGM.MFOJACCHCAA.Active).y; if (Mathf.Abs(num2) > 0.0001f) { if (this.InvertPitch) { num2 *= -1f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE34 RID: 44596 RVA: 0x00320178 File Offset: 0x0031E378 private void OFDCCGLFACL() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-53)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-40)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-101)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-13)).y; if (Mathf.Abs(num2) > 102f) { if (this.InvertPitch) { num2 *= 649f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE35 RID: 44597 RVA: 0x0032033C File Offset: 0x0031E53C private void FKIJGJJNLOK() { } // Token: 0x0600AE36 RID: 44598 RVA: 0x00320340 File Offset: 0x0031E540 private void HALNAHDCABC() { } // Token: 0x0600AE37 RID: 44599 RVA: 0x00320344 File Offset: 0x0031E544 private void PFBFOGJOOGP() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Unable to connect to RecNet game servers"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("SystemInfo"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE38 RID: 44600 RVA: 0x00320398 File Offset: 0x0031E598 private void HMMKGAHIEDN() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, ~(LDLBCCLPCGM.MFOJACCHCAA.LTouch | LDLBCCLPCGM.MFOJACCHCAA.RTouch | LDLBCCLPCGM.MFOJACCHCAA.Remote | LDLBCCLPCGM.MFOJACCHCAA.Gamepad)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-199)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-63)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)62).y; if (Mathf.Abs(num2) > 734f) { if (this.InvertPitch) { num2 *= 579f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE39 RID: 44601 RVA: 0x0032055C File Offset: 0x0031E75C private void DHKOHMJLFCA() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("partySize"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("Purpose"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE3A RID: 44602 RVA: 0x003205B0 File Offset: 0x0031E7B0 private void ANLNFGNBFBB() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Prop Creation disabled."); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("Hello"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE3B RID: 44603 RVA: 0x00320604 File Offset: 0x0031E804 private void CIPCMIHPOFF() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("GameID"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning(" != "); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE3C RID: 44604 RVA: 0x00320658 File Offset: 0x0031E858 private void BCEECLPFOAF() { } // Token: 0x0600AE3D RID: 44605 RVA: 0x0032065C File Offset: 0x0031E85C private void DOGHEODIFMK() { } // Token: 0x0600AE3E RID: 44606 RVA: 0x00320660 File Offset: 0x0031E860 private void OPJLBOGKPPI() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-127)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)136).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-198)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)39).y; if (Mathf.Abs(num2) > 1929f) { if (this.InvertPitch) { num2 *= 1413f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE3F RID: 44607 RVA: 0x00320824 File Offset: 0x0031EA24 private void CHOLLIANPAL() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("."); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("Ticket"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE40 RID: 44608 RVA: 0x00320878 File Offset: 0x0031EA78 private void CLGGCAGCLKP() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Level_"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning(". Switching to the recommended level."); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE41 RID: 44609 RVA: 0x003208CC File Offset: 0x0031EACC private void KFGIDHDNFCB() { } // Token: 0x0600AE42 RID: 44610 RVA: 0x003208D0 File Offset: 0x0031EAD0 private void PKKOKHACBCE() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-92)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-100)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, ~(LDLBCCLPCGM.MFOJACCHCAA.LTouch | LDLBCCLPCGM.MFOJACCHCAA.Remote | LDLBCCLPCGM.MFOJACCHCAA.Gamepad)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)(-47)).y; if (Mathf.Abs(num2) > 149f) { if (this.InvertPitch) { num2 *= 1377f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE43 RID: 44611 RVA: 0x00320A94 File Offset: 0x0031EC94 private void JFKMCAIBKLF() { } // Token: 0x0600AE44 RID: 44612 RVA: 0x00320A98 File Offset: 0x0031EC98 private void Start() { } // Token: 0x0600AE45 RID: 44613 RVA: 0x00320A9C File Offset: 0x0031EC9C private void MEFGMDMICJB() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-198)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-119)).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, LDLBCCLPCGM.MFOJACCHCAA.Remote | LDLBCCLPCGM.MFOJACCHCAA.Gamepad).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-74)).y; if (Mathf.Abs(num2) > 487f) { if (this.InvertPitch) { num2 *= 1726f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE46 RID: 44614 RVA: 0x00320C60 File Offset: 0x0031EE60 private void OMKBNLGFNIL() { } // Token: 0x0600AE47 RID: 44615 RVA: 0x00320C64 File Offset: 0x0031EE64 private void NEINLFADLCI() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("(master)"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("Default"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE48 RID: 44616 RVA: 0x00320CB8 File Offset: 0x0031EEB8 private void PEILEFHDJDO() { } // Token: 0x0600AE49 RID: 44617 RVA: 0x00320CBC File Offset: 0x0031EEBC private void JAMDPKFNJBF() { } // Token: 0x0600AE4A RID: 44618 RVA: 0x00320CC0 File Offset: 0x0031EEC0 private void NKKKHBAGEJH() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-53)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, LDLBCCLPCGM.MFOJACCHCAA.Touch).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)95).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-153)).y; if (Mathf.Abs(num2) > 64f) { if (this.InvertPitch) { num2 *= 712f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE4B RID: 44619 RVA: 0x00320E84 File Offset: 0x0031F084 private void OCEJENEOCJK() { } // Token: 0x0600AE4C RID: 44620 RVA: 0x00320E88 File Offset: 0x0031F088 private void ONOHBEONIKM() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("target"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning(" ch#"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE4D RID: 44621 RVA: 0x00320EDC File Offset: 0x0031F0DC private void IOKIFHGPMKI() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("OnBeforeHeaderSend"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("I [{0}]: {1}"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE4E RID: 44622 RVA: 0x00320F30 File Offset: 0x0031F130 private void FJJIFMDPBFD() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)116).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)35).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)37).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-126)).y; if (Mathf.Abs(num2) > 356f) { if (this.InvertPitch) { num2 *= 1271f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE4F RID: 44623 RVA: 0x003210F4 File Offset: 0x0031F2F4 private void GKDEONGKDLH() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, LDLBCCLPCGM.MFOJACCHCAA.Gamepad).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-27)).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-172)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-158)).y; if (Mathf.Abs(num2) > 1571f) { if (this.InvertPitch) { num2 *= 847f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE50 RID: 44624 RVA: 0x003212B8 File Offset: 0x0031F4B8 private void ABBDFEGOFPH() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning(" not initialized"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning(" is missing an enemy script."); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE51 RID: 44625 RVA: 0x0032130C File Offset: 0x0031F50C private void EDGGIGJEAGN() { } // Token: 0x0600AE53 RID: 44627 RVA: 0x0032134C File Offset: 0x0031F54C private void LCAIEBEDGMJ() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, ~(LDLBCCLPCGM.MFOJACCHCAA.RTouch | LDLBCCLPCGM.MFOJACCHCAA.Remote)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-14)).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-136)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-114)).y; if (Mathf.Abs(num2) > 1184f) { if (this.InvertPitch) { num2 *= 446f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE54 RID: 44628 RVA: 0x00321510 File Offset: 0x0031F710 private void FNNEJGDMBNI() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("{0}block"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("Failed to "); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE55 RID: 44629 RVA: 0x00321564 File Offset: 0x0031F764 private void LPKLPAKEHKD() { } // Token: 0x0600AE56 RID: 44630 RVA: 0x00321568 File Offset: 0x0031F768 private void CPKKPFOOPFN() { } // Token: 0x0600AE57 RID: 44631 RVA: 0x0032156C File Offset: 0x0031F76C private void ILDEOJLFDJB() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-169)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-175)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)75).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, LDLBCCLPCGM.MFOJACCHCAA.LTouch | LDLBCCLPCGM.MFOJACCHCAA.RTouch | LDLBCCLPCGM.MFOJACCHCAA.Remote | LDLBCCLPCGM.MFOJACCHCAA.Gamepad).y; if (Mathf.Abs(num2) > 1437f) { if (this.InvertPitch) { num2 *= 321f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE58 RID: 44632 RVA: 0x00321730 File Offset: 0x0031F930 private void KOAENLLIKMP() { } // Token: 0x0600AE59 RID: 44633 RVA: 0x00321734 File Offset: 0x0031F934 private void BOFMPPGNKAI() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("ObscuredDouble:"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("looktarget"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE5A RID: 44634 RVA: 0x00321788 File Offset: 0x0031F988 private void HLBHPDENNBH() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)139).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)131).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)117).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-98)).y; if (Mathf.Abs(num2) > 1907f) { if (this.InvertPitch) { num2 *= 151f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE5B RID: 44635 RVA: 0x0032194C File Offset: 0x0031FB4C private void LIEPFLEGIMJ() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-65)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)169).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)142).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)(-125)).y; if (Mathf.Abs(num2) > 1169f) { if (this.InvertPitch) { num2 *= 1916f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE5C RID: 44636 RVA: 0x00321B10 File Offset: 0x0031FD10 private void EMFLDLBKGOB() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-78)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-42)).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-82)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)164).y; if (Mathf.Abs(num2) > 1356f) { if (this.InvertPitch) { num2 *= 1095f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE5D RID: 44637 RVA: 0x00321CD4 File Offset: 0x0031FED4 private void CJIOLJNPPOM() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("gzip"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("Custom/SteamVR_Fade"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE5E RID: 44638 RVA: 0x00321D28 File Offset: 0x0031FF28 private void DGHCGOGIGEE() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)39).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-174)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, LDLBCCLPCGM.MFOJACCHCAA.RTouch | LDLBCCLPCGM.MFOJACCHCAA.Remote).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)(-125)).y; if (Mathf.Abs(num2) > 1872f) { if (this.InvertPitch) { num2 *= 1000f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE5F RID: 44639 RVA: 0x00321EEC File Offset: 0x003200EC private void DHDPDLGNGBL() { } // Token: 0x0600AE60 RID: 44640 RVA: 0x00321EF0 File Offset: 0x003200F0 private void GHOLILPBMPM() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)137).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-122)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)174).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)131).y; if (Mathf.Abs(num2) > 1643f) { if (this.InvertPitch) { num2 *= 1839f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE61 RID: 44641 RVA: 0x003220B4 File Offset: 0x003202B4 private void KKAAFDLJCCB() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, LDLBCCLPCGM.MFOJACCHCAA.LTouch | LDLBCCLPCGM.MFOJACCHCAA.Gamepad).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-49)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-161)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)187).y; if (Mathf.Abs(num2) > 1181f) { if (this.InvertPitch) { num2 *= 143f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE62 RID: 44642 RVA: 0x00322278 File Offset: 0x00320478 private void Awake() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("OVRCamParent: No OVRCameraRig attached."); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("OVRCamParent: More then 1 OVRCameraRig attached."); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE63 RID: 44643 RVA: 0x003222CC File Offset: 0x003204CC private void NGHJFABFAOA() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("GameID"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("Can't set TransportProtocol. Disconnect first! "); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE64 RID: 44644 RVA: 0x00322320 File Offset: 0x00320520 private void NBOKPDLLKLO() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Buffer empty, stopping "); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("OpusDcoder"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE65 RID: 44645 RVA: 0x00322374 File Offset: 0x00320574 private void IDFLEOCGEKB() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("action"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("{0} ({1})"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE66 RID: 44646 RVA: 0x003223C8 File Offset: 0x003205C8 private void DCKOCPMABHH() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Helviel"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning(")"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE67 RID: 44647 RVA: 0x0032241C File Offset: 0x0032061C private void KCFCFLNJNHK() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)169).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)43).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)(-16)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)90).y; if (Mathf.Abs(num2) > 680f) { if (this.InvertPitch) { num2 *= 1431f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE68 RID: 44648 RVA: 0x003225E0 File Offset: 0x003207E0 private void AJLMLNBDMCH() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)136).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, LDLBCCLPCGM.MFOJACCHCAA.LTouch | LDLBCCLPCGM.MFOJACCHCAA.Remote | LDLBCCLPCGM.MFOJACCHCAA.Gamepad).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)12).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-68)).y; if (Mathf.Abs(num2) > 351f) { if (this.InvertPitch) { num2 *= 463f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE69 RID: 44649 RVA: 0x003227A4 File Offset: 0x003209A4 private void JINABDGLFOB() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)28).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)154).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-53)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)76).y; if (Mathf.Abs(num2) > 815f) { if (this.InvertPitch) { num2 *= 135f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE6A RID: 44650 RVA: 0x00322968 File Offset: 0x00320B68 private void ELMOMHGJJLG() { } // Token: 0x0600AE6B RID: 44651 RVA: 0x0032296C File Offset: 0x00320B6C private void HEKMPKDNNGB() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("PlayerRoot"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("SystemInfo"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE6C RID: 44652 RVA: 0x003229C0 File Offset: 0x00320BC0 private void CNJDJFDCDFA() { } // Token: 0x0600AE6D RID: 44653 RVA: 0x003229C4 File Offset: 0x00320BC4 private void INNHBLOHJPN() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-113)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-123)).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)174).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)(-134)).y; if (Mathf.Abs(num2) > 127f) { if (this.InvertPitch) { num2 *= 534f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE6E RID: 44654 RVA: 0x00322B88 File Offset: 0x00320D88 private void PAKPLLPDIOG() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("STICK TO MAINFRAME"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("amplitude_sequence_number"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE6F RID: 44655 RVA: 0x00322BDC File Offset: 0x00320DDC private void INGMCGGJGMA() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("demoQuaternion"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("CURRENT_HOLE_ID"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE70 RID: 44656 RVA: 0x00322C30 File Offset: 0x00320E30 private void IICDIBPOINA() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)137).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-115)).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)75).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-120)).y; if (Mathf.Abs(num2) > 875f) { if (this.InvertPitch) { num2 *= 1777f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE71 RID: 44657 RVA: 0x00322DF4 File Offset: 0x00320FF4 private void IFLAEDILIBJ() { } // Token: 0x0600AE72 RID: 44658 RVA: 0x00322DF8 File Offset: 0x00320FF8 private void EJELDFPCKKF() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)123).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-9)).x; Vector3 vector = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)118).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, LDLBCCLPCGM.MFOJACCHCAA.LTouch | LDLBCCLPCGM.MFOJACCHCAA.RTouch | LDLBCCLPCGM.MFOJACCHCAA.Gamepad).y; if (Mathf.Abs(num2) > 1070f) { if (this.InvertPitch) { num2 *= 228f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE73 RID: 44659 RVA: 0x00322FBC File Offset: 0x003211BC private void CJGBNLBEKFK() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Missing stop target!"); } else if (componentsInChildren.Length > 0) { Debug.LogWarning("z"); } else { this.HCEOIKHFBPL = componentsInChildren[0]; } } // Token: 0x0600AE74 RID: 44660 RVA: 0x00323010 File Offset: 0x00321210 private void PBAPEOEKJMC() { } // Token: 0x0600AE75 RID: 44661 RVA: 0x00323014 File Offset: 0x00321214 private void MDPIEJLKIAB() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)39).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-102)).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.LTouchpad, (LDLBCCLPCGM.MFOJACCHCAA)(-168)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)177).y; if (Mathf.Abs(num2) > 1524f) { if (this.InvertPitch) { num2 *= 493f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE76 RID: 44662 RVA: 0x003231D8 File Offset: 0x003213D8 private void PFFJDAEJMBO() { if (this.AllowMovement) { float y = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.None, (LDLBCCLPCGM.MFOJACCHCAA)(-37)).y; float x = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)84).x; Vector3 vector = this.HCEOIKHFBPL.BDBIFFOCNGB.rotation * Vector3.forward * y * Time.deltaTime * this.ForwardSpeed; Vector3 vector2 = this.HCEOIKHFBPL.KJGOLFJFDBC().rotation * Vector3.right * x * Time.deltaTime * this.StrafeSpeed; base.transform.position += vector + vector2; } if (!VRDevice.isPresent && (this.AllowYawLook || this.AllowPitchLook)) { Quaternion quaternion = base.transform.rotation; if (this.AllowYawLook) { float x2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)(-101)).x; float num = x2 * Time.deltaTime * this.GamePad_YawDegreesPerSec; Quaternion quaternion2 = Quaternion.AngleAxis(num, Vector3.up); quaternion = quaternion2 * quaternion; } if (this.AllowPitchLook) { float num2 = LDLBCCLPCGM.CPIBGJLHLBL(LDLBCCLPCGM.HKILJBBIHBA.LTouchpad | LDLBCCLPCGM.HKILJBBIHBA.RThumbstick, (LDLBCCLPCGM.MFOJACCHCAA)26).y; if (Mathf.Abs(num2) > 1030f) { if (this.InvertPitch) { num2 *= 39f; } float num3 = num2 * Time.deltaTime * this.GamePad_PitchDegreesPerSec; Quaternion quaternion3 = Quaternion.AngleAxis(num3, Vector3.left); quaternion *= quaternion3; } } base.transform.rotation = quaternion; } } // Token: 0x0600AE77 RID: 44663 RVA: 0x0032339C File Offset: 0x0032159C private void GAMKILIEJHG() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Voip starved! Want {0}, but only have {1} available"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("ns"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0600AE78 RID: 44664 RVA: 0x003233F0 File Offset: 0x003215F0 private void FAJGMJFGMHP() { } // Token: 0x0600AE79 RID: 44665 RVA: 0x003233F4 File Offset: 0x003215F4 private void MOAAJAOGKEO() { } // Token: 0x0600AE7A RID: 44666 RVA: 0x003233F8 File Offset: 0x003215F8 private void KMCJNIPIKBA() { OVRCameraRig[] componentsInChildren = base.gameObject.GetComponentsInChildren(); if (componentsInChildren.Length == 0) { Debug.LogWarning("Scale"); } else if (componentsInChildren.Length > 1) { Debug.LogWarning("RpcMasterRequestPlayerCatch"); } else { this.HCEOIKHFBPL = componentsInChildren[1]; } } // Token: 0x0400160E RID: 5646 [SerializeField] public bool AllowPitchLook; // Token: 0x0400160F RID: 5647 [SerializeField] public bool AllowYawLook = true; // Token: 0x04001610 RID: 5648 [SerializeField] public bool InvertPitch; // Token: 0x04001611 RID: 5649 [SerializeField] public float GamePad_PitchDegreesPerSec = 90f; // Token: 0x04001612 RID: 5650 [SerializeField] public float GamePad_YawDegreesPerSec = 90f; // Token: 0x04001613 RID: 5651 [SerializeField] public bool AllowMovement; // Token: 0x04001614 RID: 5652 [SerializeField] public float ForwardSpeed = 2f; // Token: 0x04001615 RID: 5653 [SerializeField] public float StrafeSpeed = 2f; // Token: 0x04001616 RID: 5654 protected OVRCameraRig HCEOIKHFBPL; }