scripts
This commit is contained in:
@@ -0,0 +1,468 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
namespace RecRoom.Core.UI
|
||||
{
|
||||
// Token: 0x020010F2 RID: 4338
|
||||
public class WorldUIView : MonoBehaviour
|
||||
{
|
||||
// Token: 0x0602521B RID: 152091 RVA: 0x00A45000 File Offset: 0x00A43200
|
||||
protected virtual void KOKOKCHBFPP()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.KMAKIMGDBCL));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602521C RID: 152092 RVA: 0x00A45064 File Offset: 0x00A43264
|
||||
protected virtual void GDNJIMAFDEE()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.APAGAGEBGDE));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602521D RID: 152093 RVA: 0x00A450C8 File Offset: 0x00A432C8
|
||||
protected virtual void GJGEACMGLKP()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602521E RID: 152094 RVA: 0x00A450E4 File Offset: 0x00A432E4
|
||||
private void CAHBJAFPDGL()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x0602521F RID: 152095 RVA: 0x00A450F4 File Offset: 0x00A432F4
|
||||
private void GBEMBGCCGLL()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025220 RID: 152096 RVA: 0x00A45104 File Offset: 0x00A43304
|
||||
protected virtual void IDFGKJHJBLA()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025221 RID: 152097 RVA: 0x00A45120 File Offset: 0x00A43320
|
||||
protected virtual void JFFLHAMMGAH()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025222 RID: 152098 RVA: 0x00A4513C File Offset: 0x00A4333C
|
||||
private void IEFOFNNPFLM()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025223 RID: 152099 RVA: 0x00A4514C File Offset: 0x00A4334C
|
||||
protected virtual void BBKPAKKLOGB()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025224 RID: 152100 RVA: 0x00A45168 File Offset: 0x00A43368
|
||||
protected virtual void NGHJFABFAOA()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025225 RID: 152101 RVA: 0x00A45184 File Offset: 0x00A43384
|
||||
private void MPJBHDOJJCC()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025226 RID: 152102 RVA: 0x00A45194 File Offset: 0x00A43394
|
||||
private void OILKOBBHNCK()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025227 RID: 152103 RVA: 0x00A451A4 File Offset: 0x00A433A4
|
||||
private void APAGAGEBGDE()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025228 RID: 152104 RVA: 0x00A451B4 File Offset: 0x00A433B4
|
||||
private void GELBPFLHHDN()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025229 RID: 152105 RVA: 0x00A451C4 File Offset: 0x00A433C4
|
||||
private void NJAMPLNBBCG()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x0602522A RID: 152106 RVA: 0x00A451D4 File Offset: 0x00A433D4
|
||||
protected virtual void FGCPHGJDALF()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.OILKOBBHNCK));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602522B RID: 152107 RVA: 0x00A45238 File Offset: 0x00A43438
|
||||
protected virtual void NFLGCLOKMGN()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.DJKCMLNNLMI));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602522D RID: 152109 RVA: 0x00A452A4 File Offset: 0x00A434A4
|
||||
protected virtual void DLHCKBDMBAF()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602522E RID: 152110 RVA: 0x00A452C0 File Offset: 0x00A434C0
|
||||
protected virtual void Awake()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602522F RID: 152111 RVA: 0x00A452DC File Offset: 0x00A434DC
|
||||
private void JGBLJKDOFOA()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025230 RID: 152112 RVA: 0x00A452EC File Offset: 0x00A434EC
|
||||
private void KMAKIMGDBCL()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025231 RID: 152113 RVA: 0x00A452FC File Offset: 0x00A434FC
|
||||
protected virtual void KCMHNMPNGCI()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.GELBPFLHHDN));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025232 RID: 152114 RVA: 0x00A45360 File Offset: 0x00A43560
|
||||
private void AKEMFIIFDPK()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025233 RID: 152115 RVA: 0x00A45370 File Offset: 0x00A43570
|
||||
protected virtual void ADIOFMMMFNL()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025234 RID: 152116 RVA: 0x00A4538C File Offset: 0x00A4358C
|
||||
private void EKKBJKCCLPC()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025235 RID: 152117 RVA: 0x00A4539C File Offset: 0x00A4359C
|
||||
protected virtual void PAKPLLPDIOG()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025236 RID: 152118 RVA: 0x00A453B8 File Offset: 0x00A435B8
|
||||
protected virtual void IGPFODPCJEP()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025237 RID: 152119 RVA: 0x00A453D4 File Offset: 0x00A435D4
|
||||
private void HKNCNEHMEMA()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025238 RID: 152120 RVA: 0x00A453E4 File Offset: 0x00A435E4
|
||||
protected virtual void PEMILJJNOEP()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025239 RID: 152121 RVA: 0x00A45400 File Offset: 0x00A43600
|
||||
protected virtual void HHECCCMNJDL()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.GBEMBGCCGLL));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602523A RID: 152122 RVA: 0x00A45464 File Offset: 0x00A43664
|
||||
private void FDIJLENGGHC()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x0602523B RID: 152123 RVA: 0x00A45474 File Offset: 0x00A43674
|
||||
protected virtual void FLIBGBGHKCG()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.EKKBJKCCLPC));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602523C RID: 152124 RVA: 0x00A454D8 File Offset: 0x00A436D8
|
||||
private void DPNGOCJAOPM()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x0602523D RID: 152125 RVA: 0x00A454E8 File Offset: 0x00A436E8
|
||||
protected virtual void FIDMEJHMGJI()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602523E RID: 152126 RVA: 0x00A45504 File Offset: 0x00A43704
|
||||
protected virtual void FDBHMLOEHCE()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602523F RID: 152127 RVA: 0x00A45520 File Offset: 0x00A43720
|
||||
protected virtual void KFAOLMFIFMH()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.DPNGOCJAOPM));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025240 RID: 152128 RVA: 0x00A45584 File Offset: 0x00A43784
|
||||
private void GBMGMOLAPCL()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025241 RID: 152129 RVA: 0x00A45594 File Offset: 0x00A43794
|
||||
protected virtual void OMKBNLGFNIL()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.EKKBJKCCLPC));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025242 RID: 152130 RVA: 0x00A455F8 File Offset: 0x00A437F8
|
||||
private void IPICAOICFHL()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025243 RID: 152131 RVA: 0x00A45608 File Offset: 0x00A43808
|
||||
private void DJKCMLNNLMI()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025244 RID: 152132 RVA: 0x00A45618 File Offset: 0x00A43818
|
||||
protected virtual void BDKMGEHDIIH()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025245 RID: 152133 RVA: 0x00A45634 File Offset: 0x00A43834
|
||||
protected virtual void AHLMADACOLB()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025246 RID: 152134 RVA: 0x00A45650 File Offset: 0x00A43850
|
||||
private void BKBIIEINIFL()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025247 RID: 152135 RVA: 0x00A45660 File Offset: 0x00A43860
|
||||
private void HFOCMFAOAOK()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x06025248 RID: 152136 RVA: 0x00A45670 File Offset: 0x00A43870
|
||||
protected virtual void KPNLIAADHNJ()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06025249 RID: 152137 RVA: 0x00A4568C File Offset: 0x00A4388C
|
||||
protected virtual void HKBNFKNLICF()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602524A RID: 152138 RVA: 0x00A456A8 File Offset: 0x00A438A8
|
||||
protected virtual void Start()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.KMAKIMGDBCL));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602524B RID: 152139 RVA: 0x00A4570C File Offset: 0x00A4390C
|
||||
protected virtual void ONKCFGIOGCF()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602524C RID: 152140 RVA: 0x00A45728 File Offset: 0x00A43928
|
||||
protected virtual void JJHPPFMOEGM()
|
||||
{
|
||||
if (this.thisCanvas != null && ViveControllerInput.Instance != null)
|
||||
{
|
||||
this.thisCanvas.worldCamera = ViveControllerInput.Instance.ControllerCamera;
|
||||
}
|
||||
if (this.LDIOOJELECH)
|
||||
{
|
||||
this.HFOKJHNLLPC(new Action(this.CAHBJAFPDGL));
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602524D RID: 152141 RVA: 0x00A4578C File Offset: 0x00A4398C
|
||||
private void PKGFAEPNALC()
|
||||
{
|
||||
this.thisRaycaster = base.GetComponent<BaseRaycaster>();
|
||||
}
|
||||
|
||||
// Token: 0x0602524E RID: 152142 RVA: 0x00A4579C File Offset: 0x00A4399C
|
||||
protected virtual void MELFNMPLBAK()
|
||||
{
|
||||
if (this.cachedView != null)
|
||||
{
|
||||
this.LDIOOJELECH = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04005E57 RID: 24151
|
||||
[SerializeField]
|
||||
[ENMFCLPAKBJ(FOGKDGELKHN.Self, false)]
|
||||
protected BaseRaycaster thisRaycaster;
|
||||
|
||||
// Token: 0x04005E58 RID: 24152
|
||||
[ENMFCLPAKBJ(FOGKDGELKHN.Self, false)]
|
||||
[SerializeField]
|
||||
protected Canvas thisCanvas;
|
||||
|
||||
// Token: 0x04005E59 RID: 24153
|
||||
[GIHAEMKKLFG(FOGKDGELKHN.Self, false)]
|
||||
[SerializeField]
|
||||
protected CachedView cachedView;
|
||||
|
||||
// Token: 0x04005E5A RID: 24154
|
||||
private bool LDIOOJELECH;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user