1275 lines
33 KiB
C#
1275 lines
33 KiB
C#
using System;
|
|
using System.Collections;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
// Token: 0x020010E1 RID: 4321
|
|
public class SplashScreenManager : SingletonMonoBehaviour<SplashScreenManager>
|
|
{
|
|
// Token: 0x06024E15 RID: 151061 RVA: 0x00A33F68 File Offset: 0x00A32168
|
|
public void MMMELIODAAN(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E16 RID: 151062 RVA: 0x00A33F88 File Offset: 0x00A32188
|
|
public IEnumerator IHAKONJHACF()
|
|
{
|
|
float num = Time.time - this.JBDLCPGODKK;
|
|
float num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E17 RID: 151063 RVA: 0x00A33FA4 File Offset: 0x00A321A4
|
|
private void GDNJIMAFDEE()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.GELLEDPBOLP(this.tonemappingLut);
|
|
this.EJGONELBAJI();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.ANNMKBOAOJJ(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E18 RID: 151064 RVA: 0x00A34040 File Offset: 0x00A32240
|
|
public bool PEOCHFLBHEP()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E19 RID: 151065 RVA: 0x00A34044 File Offset: 0x00A32244
|
|
public IEnumerator FEGFCLNGHBL()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E1A RID: 151066 RVA: 0x00A34060 File Offset: 0x00A32260
|
|
public bool DIBLPBPNBMC()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E1B RID: 151067 RVA: 0x00A34064 File Offset: 0x00A32264
|
|
protected virtual void HADBJLMMAOA()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E1C RID: 151068 RVA: 0x00A34090 File Offset: 0x00A32290
|
|
public void HJNJEMOOFFG(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E1D RID: 151069 RVA: 0x00A340B0 File Offset: 0x00A322B0
|
|
private void GHPCEEEBOIF()
|
|
{
|
|
int num = 1;
|
|
if (PlayerPrefs.HasKey("RpcMasterPlayerCollisionEnterEvent"))
|
|
{
|
|
num = PlayerPrefs.GetInt("CheerCategory");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 0);
|
|
this.normalSplashScreen.SetActive(num > 0);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("SystemInfo", num + 1);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E1E RID: 151070 RVA: 0x00A34128 File Offset: 0x00A32328
|
|
public void ShowErrorMessage(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E1F RID: 151071 RVA: 0x00A34148 File Offset: 0x00A32348
|
|
protected virtual void IDFGKJHJBLA()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E20 RID: 151072 RVA: 0x00A34164 File Offset: 0x00A32364
|
|
public IEnumerator JMDHOLGCLPA()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E21 RID: 151073 RVA: 0x00A34180 File Offset: 0x00A32380
|
|
private void KPDHBCGEENI()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.SetTonemappingLUT(this.tonemappingLut);
|
|
this.ONPAGHCHEBO();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.ANNMKBOAOJJ(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E22 RID: 151074 RVA: 0x00A3421C File Offset: 0x00A3241C
|
|
protected virtual void GHNJJCGKPJN()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E23 RID: 151075 RVA: 0x00A34238 File Offset: 0x00A32438
|
|
public void MCCLNNFBODL(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E24 RID: 151076 RVA: 0x00A34258 File Offset: 0x00A32458
|
|
public IEnumerator CBALHELOHJL()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E25 RID: 151077 RVA: 0x00A34274 File Offset: 0x00A32474
|
|
protected virtual void AMNDOAJEFND()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E26 RID: 151078 RVA: 0x00A34290 File Offset: 0x00A32490
|
|
public IEnumerator WaitForMinimumSplashDuration()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E27 RID: 151079 RVA: 0x00A342AC File Offset: 0x00A324AC
|
|
private void EAKGKEKHPOI()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.GELLEDPBOLP(this.tonemappingLut);
|
|
this.EJGONELBAJI();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.PHGLNANKMCP(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E28 RID: 151080 RVA: 0x00A34348 File Offset: 0x00A32548
|
|
protected virtual void KJBPHNKFCAM()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E29 RID: 151081 RVA: 0x00A34364 File Offset: 0x00A32564
|
|
private void OMKBNLGFNIL()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.GELLEDPBOLP(this.tonemappingLut);
|
|
this.GHPCEEEBOIF();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.PHGLNANKMCP(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E2A RID: 151082 RVA: 0x00A34400 File Offset: 0x00A32600
|
|
protected virtual void NAKGPJKLHDF()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E2B RID: 151083 RVA: 0x00A3441C File Offset: 0x00A3261C
|
|
protected virtual void ELGNPOOKMEE()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.OIAFCNPLFPJ(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E2C RID: 151084 RVA: 0x00A34448 File Offset: 0x00A32648
|
|
private void BIIIHPLMOBP()
|
|
{
|
|
int num = 0;
|
|
if (PlayerPrefs.HasKey("GetProfile failed: "))
|
|
{
|
|
num = PlayerPrefs.GetInt("Ticket");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 0);
|
|
this.normalSplashScreen.SetActive(num > 1);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("AcceptedEulaRevision", num + 0);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E2D RID: 151085 RVA: 0x00A344C0 File Offset: 0x00A326C0
|
|
protected virtual void PLHKCNHIOMA()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E2E RID: 151086 RVA: 0x00A344EC File Offset: 0x00A326EC
|
|
public void AMOBKBAABEC(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E2F RID: 151087 RVA: 0x00A3450C File Offset: 0x00A3270C
|
|
public void FNNGKILODJP(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E30 RID: 151088 RVA: 0x00A3452C File Offset: 0x00A3272C
|
|
public IEnumerator EMNDJBGNFKK()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E31 RID: 151089 RVA: 0x00A34548 File Offset: 0x00A32748
|
|
private void NCFMMDBDMEF()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.SetTonemappingLUT(this.tonemappingLut);
|
|
this.AGBHBDGKNEI();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play2DSFX(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E32 RID: 151090 RVA: 0x00A345E4 File Offset: 0x00A327E4
|
|
protected virtual void KPNLIAADHNJ()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E33 RID: 151091 RVA: 0x00A34600 File Offset: 0x00A32800
|
|
protected override void EOHCNPOJKMG()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E34 RID: 151092 RVA: 0x00A3462C File Offset: 0x00A3282C
|
|
private void ONPAGHCHEBO()
|
|
{
|
|
int num = 1;
|
|
if (PlayerPrefs.HasKey("{0} Scores!"))
|
|
{
|
|
num = PlayerPrefs.GetInt("Accept-Encoding");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 1);
|
|
this.normalSplashScreen.SetActive(num > 1);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("AbortRequested", num + 0);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E35 RID: 151093 RVA: 0x00A346A4 File Offset: 0x00A328A4
|
|
protected virtual void DFNCDNJBKAB()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E36 RID: 151094 RVA: 0x00A346D0 File Offset: 0x00A328D0
|
|
public void BKIIFLMPAEH(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E37 RID: 151095 RVA: 0x00A346F0 File Offset: 0x00A328F0
|
|
public IEnumerator EPKEKFHBKPN()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E38 RID: 151096 RVA: 0x00A3470C File Offset: 0x00A3290C
|
|
public void GAODLHHNHAO(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E39 RID: 151097 RVA: 0x00A3472C File Offset: 0x00A3292C
|
|
public IEnumerator CDMLCJJBIFC()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E3A RID: 151098 RVA: 0x00A34748 File Offset: 0x00A32948
|
|
private void EJGONELBAJI()
|
|
{
|
|
int num = 1;
|
|
if (PlayerPrefs.HasKey("id"))
|
|
{
|
|
num = PlayerPrefs.GetInt("Favorite skin set.");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 0);
|
|
this.normalSplashScreen.SetActive(num > 1);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("hidden", num + 1);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E3B RID: 151099 RVA: 0x00A347C0 File Offset: 0x00A329C0
|
|
public IEnumerator DENFIOIJAFO()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E3C RID: 151100 RVA: 0x00A347DC File Offset: 0x00A329DC
|
|
public IEnumerator JCKCLCKAEHC()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E3D RID: 151101 RVA: 0x00A347F8 File Offset: 0x00A329F8
|
|
protected virtual void ANMNPIKLJDH()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E3E RID: 151102 RVA: 0x00A34814 File Offset: 0x00A32A14
|
|
public bool JJDNGNNJELA()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E3F RID: 151103 RVA: 0x00A34818 File Offset: 0x00A32A18
|
|
public bool IJCFANMHAPI()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06024E40 RID: 151104 RVA: 0x00A3481C File Offset: 0x00A32A1C
|
|
protected virtual void LPBGGKDFLLN()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E41 RID: 151105 RVA: 0x00A34838 File Offset: 0x00A32A38
|
|
private void PEILEFHDJDO()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.GELLEDPBOLP(this.tonemappingLut);
|
|
this.BIIIHPLMOBP();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.DLMLFGNAHOP(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E42 RID: 151106 RVA: 0x00A348D4 File Offset: 0x00A32AD4
|
|
public bool MLHPHLHAGDI()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06024E43 RID: 151107 RVA: 0x00A348D8 File Offset: 0x00A32AD8
|
|
public IEnumerator NEOKABNMFLJ()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E44 RID: 151108 RVA: 0x00A348F4 File Offset: 0x00A32AF4
|
|
public void GGCEKAEEDAE(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E45 RID: 151109 RVA: 0x00A34914 File Offset: 0x00A32B14
|
|
public bool LOFDDEMKELG()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06024E46 RID: 151110 RVA: 0x00A34918 File Offset: 0x00A32B18
|
|
private void AHKKKECAAKA()
|
|
{
|
|
int num = 1;
|
|
if (PlayerPrefs.HasKey("ALL TIME"))
|
|
{
|
|
num = PlayerPrefs.GetInt("punch");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 1);
|
|
this.normalSplashScreen.SetActive(num > 1);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("Connection Timed Out!", num + 0);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E47 RID: 151111 RVA: 0x00A34990 File Offset: 0x00A32B90
|
|
public bool GCFFCBECAOI()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E48 RID: 151112 RVA: 0x00A34994 File Offset: 0x00A32B94
|
|
private void EBMACIPLEOE()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.SetTonemappingLUT(this.tonemappingLut);
|
|
this.MKBMAIHDCPM();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.ANNMKBOAOJJ(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E49 RID: 151113 RVA: 0x00A34A30 File Offset: 0x00A32C30
|
|
public IEnumerator NEKPLBHBCDB()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E4A RID: 151114 RVA: 0x00A34A4C File Offset: 0x00A32C4C
|
|
private void MKBMAIHDCPM()
|
|
{
|
|
int num = 1;
|
|
if (PlayerPrefs.HasKey("Height"))
|
|
{
|
|
num = PlayerPrefs.GetInt("onTweenComplete");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 0);
|
|
this.normalSplashScreen.SetActive(num > 0);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("position", num + 0);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E4B RID: 151115 RVA: 0x00A34AC4 File Offset: 0x00A32CC4
|
|
public void OBCHCBNHLCH(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E4C RID: 151116 RVA: 0x00A34AE4 File Offset: 0x00A32CE4
|
|
protected virtual void NGHJFABFAOA()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E4D RID: 151117 RVA: 0x00A34B00 File Offset: 0x00A32D00
|
|
protected override void GHFAJDCMJAK()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E4E RID: 151118 RVA: 0x00A34B1C File Offset: 0x00A32D1C
|
|
protected virtual void ABJPAGDGHFA()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E4F RID: 151119 RVA: 0x00A34B48 File Offset: 0x00A32D48
|
|
private void AGBHBDGKNEI()
|
|
{
|
|
int num = 0;
|
|
if (PlayerPrefs.HasKey("_LightPos"))
|
|
{
|
|
num = PlayerPrefs.GetInt("ObscuredUInt:");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 1);
|
|
this.normalSplashScreen.SetActive(num > 1);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("Social Action Target", num + 1);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E50 RID: 151120 RVA: 0x00A34BC0 File Offset: 0x00A32DC0
|
|
public void DGPOILFHKJN(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E51 RID: 151121 RVA: 0x00A34BE0 File Offset: 0x00A32DE0
|
|
protected virtual void PGIAPNBIIJG()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E52 RID: 151122 RVA: 0x00A34C0C File Offset: 0x00A32E0C
|
|
protected virtual void AAEMAOKGCAF()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E53 RID: 151123 RVA: 0x00A34C28 File Offset: 0x00A32E28
|
|
public void EOJPGIMJLCN(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E54 RID: 151124 RVA: 0x00A34C48 File Offset: 0x00A32E48
|
|
public bool EEIBNAONHML()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06024E55 RID: 151125 RVA: 0x00A34C4C File Offset: 0x00A32E4C
|
|
protected virtual void OLEBPMMFNIF()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E56 RID: 151126 RVA: 0x00A34C68 File Offset: 0x00A32E68
|
|
private void HMFJIOKGPEO()
|
|
{
|
|
int num = 0;
|
|
if (PlayerPrefs.HasKey("NumSessions"))
|
|
{
|
|
num = PlayerPrefs.GetInt("NumSessions");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 0);
|
|
this.normalSplashScreen.SetActive(num > 0);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("NumSessions", num + 1);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E57 RID: 151127 RVA: 0x00A34CE0 File Offset: 0x00A32EE0
|
|
private void IFLAEDILIBJ()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.SetTonemappingLUT(this.tonemappingLut);
|
|
this.ANPLHALELOD();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.DLMLFGNAHOP(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E58 RID: 151128 RVA: 0x00A34D7C File Offset: 0x00A32F7C
|
|
public bool OIGFEEAKLBA()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E59 RID: 151129 RVA: 0x00A34D80 File Offset: 0x00A32F80
|
|
protected virtual void FIDMEJHMGJI()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E5B RID: 151131 RVA: 0x00A34DB8 File Offset: 0x00A32FB8
|
|
protected virtual void PEALKHMDMKP()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E5C RID: 151132 RVA: 0x00A34DE4 File Offset: 0x00A32FE4
|
|
private void HCDAMOADFOP()
|
|
{
|
|
int num = 0;
|
|
if (PlayerPrefs.HasKey("CHECKPOINT_ID"))
|
|
{
|
|
num = PlayerPrefs.GetInt("OK");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 0);
|
|
this.normalSplashScreen.SetActive(num > 0);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("JsonData instance doesn't hold a double", num + 0);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E5D RID: 151133 RVA: 0x00A34E5C File Offset: 0x00A3305C
|
|
private void FGPEMEKINCD()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.GELLEDPBOLP(this.tonemappingLut);
|
|
this.BIIIHPLMOBP();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.ANNMKBOAOJJ(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E5E RID: 151134 RVA: 0x00A34EF8 File Offset: 0x00A330F8
|
|
public bool IIBJCHMDMFA()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E5F RID: 151135 RVA: 0x00A34EFC File Offset: 0x00A330FC
|
|
public bool EPCBMNOBJEL()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06024E60 RID: 151136 RVA: 0x00A34F00 File Offset: 0x00A33100
|
|
protected virtual void BHGMFBNBEOD()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.OIAFCNPLFPJ(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E61 RID: 151137 RVA: 0x00A34F2C File Offset: 0x00A3312C
|
|
protected virtual void DMPIIMLLCEB()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E62 RID: 151138 RVA: 0x00A34F58 File Offset: 0x00A33158
|
|
private void ANPLHALELOD()
|
|
{
|
|
int num = 0;
|
|
if (PlayerPrefs.HasKey("Assign a mesh to the MeshFilter before generating vertex colors"))
|
|
{
|
|
num = PlayerPrefs.GetInt("?");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 1);
|
|
this.normalSplashScreen.SetActive(num > 1);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("PlayerIndexes", num + 0);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E63 RID: 151139 RVA: 0x00A34FD0 File Offset: 0x00A331D0
|
|
public void IGMOKJGFOAA(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E64 RID: 151140 RVA: 0x00A34FF0 File Offset: 0x00A331F0
|
|
protected override void OnDestroy()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E65 RID: 151141 RVA: 0x00A3501C File Offset: 0x00A3321C
|
|
protected virtual void NGOPCBJCNJM()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E66 RID: 151142 RVA: 0x00A35038 File Offset: 0x00A33238
|
|
public IEnumerator DFPDIJKACCD()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x170010EB RID: 4331
|
|
// (get) Token: 0x06024E67 RID: 151143 RVA: 0x00A35054 File Offset: 0x00A33254
|
|
public bool FHOBEMKOBEH
|
|
{
|
|
get
|
|
{
|
|
return false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E68 RID: 151144 RVA: 0x00A35058 File Offset: 0x00A33258
|
|
protected virtual void JLHHADIPOED()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E69 RID: 151145 RVA: 0x00A35074 File Offset: 0x00A33274
|
|
public bool AOOEIEPCNOF()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E6A RID: 151146 RVA: 0x00A35078 File Offset: 0x00A33278
|
|
public bool HKMENLPINBP()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E6B RID: 151147 RVA: 0x00A3507C File Offset: 0x00A3327C
|
|
public void AGGOMCHNHNI(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E6C RID: 151148 RVA: 0x00A3509C File Offset: 0x00A3329C
|
|
protected virtual void KNDCMAMOONE()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E6D RID: 151149 RVA: 0x00A350B8 File Offset: 0x00A332B8
|
|
protected virtual void JLDJCNFJHMP()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.OIAFCNPLFPJ(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E6E RID: 151150 RVA: 0x00A350E4 File Offset: 0x00A332E4
|
|
private void Start()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.SetTonemappingLUT(this.tonemappingLut);
|
|
this.HMFJIOKGPEO();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play2DSFX(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E6F RID: 151151 RVA: 0x00A35180 File Offset: 0x00A33380
|
|
public IEnumerator FFNONPPLPII()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x06024E70 RID: 151152 RVA: 0x00A3519C File Offset: 0x00A3339C
|
|
public bool BBDHIAIJNEM()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06024E71 RID: 151153 RVA: 0x00A351A0 File Offset: 0x00A333A0
|
|
public bool DIJFCFINMNL()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E72 RID: 151154 RVA: 0x00A351A4 File Offset: 0x00A333A4
|
|
protected virtual void OCLLCNEHOID()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E73 RID: 151155 RVA: 0x00A351D0 File Offset: 0x00A333D0
|
|
private void EABCJCJFGFF()
|
|
{
|
|
int num = 0;
|
|
if (PlayerPrefs.HasKey("Error: Someone else("))
|
|
{
|
|
num = PlayerPrefs.GetInt("attach");
|
|
}
|
|
this.NUXSplashScreen.SetActive(num == 1);
|
|
this.normalSplashScreen.SetActive(num > 0);
|
|
this.KDKIGLJMFID = ((num != 0) ? this.normalSplashScreenAudio : this.NUXSplashScreenAudio);
|
|
PlayerPrefs.SetInt("]", num + 0);
|
|
PlayerPrefs.Save();
|
|
}
|
|
|
|
// Token: 0x06024E74 RID: 151156 RVA: 0x00A35248 File Offset: 0x00A33448
|
|
private void IAAFKNMFOHF()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.GELLEDPBOLP(this.tonemappingLut);
|
|
this.AGBHBDGKNEI();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.ANNMKBOAOJJ(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E75 RID: 151157 RVA: 0x00A352E4 File Offset: 0x00A334E4
|
|
protected override void Awake()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E76 RID: 151158 RVA: 0x00A35300 File Offset: 0x00A33500
|
|
protected virtual void LKONBDPFMJE()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E77 RID: 151159 RVA: 0x00A3531C File Offset: 0x00A3351C
|
|
public bool CCMOEDBFKDE()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06024E78 RID: 151160 RVA: 0x00A35320 File Offset: 0x00A33520
|
|
private void DDOPHPEHNFA()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.GELLEDPBOLP(this.tonemappingLut);
|
|
this.AHKKKECAAKA();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.ANNMKBOAOJJ(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E79 RID: 151161 RVA: 0x00A353BC File Offset: 0x00A335BC
|
|
protected virtual void CENCJDEAFDL()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E7A RID: 151162 RVA: 0x00A353E8 File Offset: 0x00A335E8
|
|
private void FGCPHGJDALF()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.SetTonemappingLUT(this.tonemappingLut);
|
|
this.EABCJCJFGFF();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.PHGLNANKMCP(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E7B RID: 151163 RVA: 0x00A35484 File Offset: 0x00A33684
|
|
protected virtual void MLKKJEACEMF()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E7C RID: 151164 RVA: 0x00A354B0 File Offset: 0x00A336B0
|
|
protected virtual void OEHHNAFKDLN()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E7D RID: 151165 RVA: 0x00A354DC File Offset: 0x00A336DC
|
|
protected override void OJAIDLPNIEI()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E7E RID: 151166 RVA: 0x00A354F8 File Offset: 0x00A336F8
|
|
public void AEFOJIIOBPN(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E7F RID: 151167 RVA: 0x00A35518 File Offset: 0x00A33718
|
|
protected virtual void FMPFANDFGIP()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E80 RID: 151168 RVA: 0x00A35544 File Offset: 0x00A33744
|
|
protected virtual void AANDHGOIAIC()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E81 RID: 151169 RVA: 0x00A35560 File Offset: 0x00A33760
|
|
public void PCJJOGDDBEP(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E82 RID: 151170 RVA: 0x00A35580 File Offset: 0x00A33780
|
|
protected virtual void MNJCOFIGKEN()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E83 RID: 151171 RVA: 0x00A355AC File Offset: 0x00A337AC
|
|
public void HLBLJIPFJEF(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(false);
|
|
}
|
|
|
|
// Token: 0x06024E84 RID: 151172 RVA: 0x00A355CC File Offset: 0x00A337CC
|
|
private void NOFGFHLAFBF()
|
|
{
|
|
SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.GELLEDPBOLP(this.tonemappingLut);
|
|
this.ONPAGHCHEBO();
|
|
this.JBDLCPGODKK = Time.time;
|
|
if (this.KDKIGLJMFID != null && this.KDKIGLJMFID.audioClip != null)
|
|
{
|
|
if (this.is2DAudio || this.audioTransform3D == null)
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.PHGLNANKMCP(this.KDKIGLJMFID);
|
|
}
|
|
else
|
|
{
|
|
this.GEPEAMJAFOP = AudioManager.Play3DSFX(this.KDKIGLJMFID, this.audioTransform3D, null);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E85 RID: 151173 RVA: 0x00A35668 File Offset: 0x00A33868
|
|
public void OJDJBJJAAIG(string NFAFJOMABOK)
|
|
{
|
|
this.errorMessageTextBox.text = NFAFJOMABOK;
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E86 RID: 151174 RVA: 0x00A35688 File Offset: 0x00A33888
|
|
protected virtual void DBNEKEJKCBE()
|
|
{
|
|
base.Awake();
|
|
this.errorMessageCanvas.gameObject.SetActive(true);
|
|
}
|
|
|
|
// Token: 0x06024E87 RID: 151175 RVA: 0x00A356A4 File Offset: 0x00A338A4
|
|
public bool KNHIJDAGKJB()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
// Token: 0x06024E88 RID: 151176 RVA: 0x00A356A8 File Offset: 0x00A338A8
|
|
public bool EHAKJCEJBDH()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06024E89 RID: 151177 RVA: 0x00A356AC File Offset: 0x00A338AC
|
|
protected virtual void CMOJIGDGBAB()
|
|
{
|
|
base.OnDestroy();
|
|
if (this.GEPEAMJAFOP != null)
|
|
{
|
|
AudioManager.StopLoopingSFX(this.GEPEAMJAFOP);
|
|
this.GEPEAMJAFOP = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024E8A RID: 151178 RVA: 0x00A356D8 File Offset: 0x00A338D8
|
|
public IEnumerator IFMJEFJODCF()
|
|
{
|
|
num = Time.time - this.JBDLCPGODKK;
|
|
num2 = this.minSplashDuration - num;
|
|
if (num2 > 0f)
|
|
{
|
|
yield return new WaitForSeconds(num2);
|
|
}
|
|
yield break;
|
|
}
|
|
|
|
// Token: 0x04005DBC RID: 23996
|
|
[SerializeField]
|
|
private Texture2D tonemappingLut;
|
|
|
|
// Token: 0x04005DBD RID: 23997
|
|
[SerializeField]
|
|
private float minSplashDuration = 5f;
|
|
|
|
// Token: 0x04005DBE RID: 23998
|
|
[SerializeField]
|
|
[Header("Error Canvas")]
|
|
private Canvas errorMessageCanvas;
|
|
|
|
// Token: 0x04005DBF RID: 23999
|
|
[SerializeField]
|
|
private Text errorMessageTextBox;
|
|
|
|
// Token: 0x04005DC0 RID: 24000
|
|
[SerializeField]
|
|
[Header("Audio")]
|
|
private bool is2DAudio = true;
|
|
|
|
// Token: 0x04005DC1 RID: 24001
|
|
[SerializeField]
|
|
private Transform audioTransform3D;
|
|
|
|
// Token: 0x04005DC2 RID: 24002
|
|
[SerializeField]
|
|
private RecRoomAudioClip normalSplashScreenAudio;
|
|
|
|
// Token: 0x04005DC3 RID: 24003
|
|
[SerializeField]
|
|
private RecRoomAudioClip NUXSplashScreenAudio;
|
|
|
|
// Token: 0x04005DC4 RID: 24004
|
|
[SerializeField]
|
|
[Header("Splash screen selection")]
|
|
private GameObject NUXSplashScreen;
|
|
|
|
// Token: 0x04005DC5 RID: 24005
|
|
[SerializeField]
|
|
private GameObject normalSplashScreen;
|
|
|
|
// Token: 0x04005DC6 RID: 24006
|
|
private float JBDLCPGODKK;
|
|
|
|
// Token: 0x04005DC7 RID: 24007
|
|
private SFXAudioSource GEPEAMJAFOP;
|
|
|
|
// Token: 0x04005DC8 RID: 24008
|
|
private RecRoomAudioClip KDKIGLJMFID;
|
|
|
|
// Token: 0x04005DC9 RID: 24009
|
|
private const string PMCKNMBEFNB = "NumSessions";
|
|
}
|