396 lines
11 KiB
C#
396 lines
11 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using RecRoom;
|
|
using UnityEngine;
|
|
using UnityEngine.EventSystems;
|
|
using UnityEngine.UI;
|
|
|
|
// Token: 0x0200101C RID: 4124
|
|
public class KeyboardInputField : MonoBehaviour
|
|
{
|
|
// Token: 0x06022A99 RID: 141977 RVA: 0x00977BC0 File Offset: 0x00975DC0
|
|
public static InputField AFMFGCCDNKK()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022A9A RID: 141978 RVA: 0x00977C5C File Offset: 0x00975E5C
|
|
private void AANDHGOIAIC()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022A9B RID: 141979 RVA: 0x00977C6C File Offset: 0x00975E6C
|
|
private void OnDestroy()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x17001034 RID: 4148
|
|
// (get) Token: 0x06022A9C RID: 141980 RVA: 0x00977C7C File Offset: 0x00975E7C
|
|
public static InputField OOEKMHOAAND
|
|
{
|
|
get
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06022A9D RID: 141981 RVA: 0x00977D18 File Offset: 0x00975F18
|
|
public static InputField PKAOKIDEMKL()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022A9E RID: 141982 RVA: 0x00977DB4 File Offset: 0x00975FB4
|
|
private void PPOPAEBNGPC()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022A9F RID: 141983 RVA: 0x00977DC4 File Offset: 0x00975FC4
|
|
private void DBNEKEJKCBE()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AA0 RID: 141984 RVA: 0x00977DD4 File Offset: 0x00975FD4
|
|
private void AECBOJELNAI()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AA1 RID: 141985 RVA: 0x00977DE4 File Offset: 0x00975FE4
|
|
private void LPBGGKDFLLN()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AA2 RID: 141986 RVA: 0x00977DF4 File Offset: 0x00975FF4
|
|
private void DLHCKBDMBAF()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AA3 RID: 141987 RVA: 0x00977E04 File Offset: 0x00976004
|
|
public static InputField PPGBJCKJHDA()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022AA4 RID: 141988 RVA: 0x00977EA0 File Offset: 0x009760A0
|
|
private void JJEKHMENJFE()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AA5 RID: 141989 RVA: 0x00977EB0 File Offset: 0x009760B0
|
|
private void GHIHJLLLCPH()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AA6 RID: 141990 RVA: 0x00977EC0 File Offset: 0x009760C0
|
|
private void GJCJPHPMLKF()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AA8 RID: 141992 RVA: 0x00977EDC File Offset: 0x009760DC
|
|
private void KHENCKEEPDB()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AA9 RID: 141993 RVA: 0x00977EEC File Offset: 0x009760EC
|
|
private void PPCCKMMADGK()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AAA RID: 141994 RVA: 0x00977EFC File Offset: 0x009760FC
|
|
private void CAPBPGFLJPB()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AAB RID: 141995 RVA: 0x00977F0C File Offset: 0x0097610C
|
|
public static InputField BNFGPMEDJBH()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022AAC RID: 141996 RVA: 0x00977FA8 File Offset: 0x009761A8
|
|
private void FNNCEMJECLP()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AAD RID: 141997 RVA: 0x00977FB8 File Offset: 0x009761B8
|
|
private void Awake()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AAE RID: 141998 RVA: 0x00977FC8 File Offset: 0x009761C8
|
|
private void LNKPKHFACHE()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AB0 RID: 142000 RVA: 0x00977FE0 File Offset: 0x009761E0
|
|
private void ACOKDCDBNHM()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AB1 RID: 142001 RVA: 0x00977FF0 File Offset: 0x009761F0
|
|
private void KKABOKBLDGJ()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AB2 RID: 142002 RVA: 0x00978000 File Offset: 0x00976200
|
|
public static InputField HIAGLGEJPCG()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022AB3 RID: 142003 RVA: 0x0097809C File Offset: 0x0097629C
|
|
private void NMOBMJGJCCC()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AB4 RID: 142004 RVA: 0x009780AC File Offset: 0x009762AC
|
|
private void HNBLIGEOJOI()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AB5 RID: 142005 RVA: 0x009780BC File Offset: 0x009762BC
|
|
private void BBOIJKLPABP()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AB6 RID: 142006 RVA: 0x009780CC File Offset: 0x009762CC
|
|
private void AMNNBMEMJGB()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AB7 RID: 142007 RVA: 0x009780DC File Offset: 0x009762DC
|
|
private void NDHBFLHIAHM()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AB8 RID: 142008 RVA: 0x009780EC File Offset: 0x009762EC
|
|
public static InputField MDFMBKHFNEA()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022AB9 RID: 142009 RVA: 0x00978188 File Offset: 0x00976388
|
|
private void JHCLJIABPPJ()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022ABA RID: 142010 RVA: 0x00978198 File Offset: 0x00976398
|
|
private void DHAEEPCMCMI()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022ABB RID: 142011 RVA: 0x009781A8 File Offset: 0x009763A8
|
|
private void MKMAMKDILHL()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022ABC RID: 142012 RVA: 0x009781B8 File Offset: 0x009763B8
|
|
private void PNILHEIMBHC()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022ABD RID: 142013 RVA: 0x009781C8 File Offset: 0x009763C8
|
|
public static InputField CFLLPCOAOLB()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022ABE RID: 142014 RVA: 0x00978264 File Offset: 0x00976464
|
|
private void HHDAOHKANMK()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022ABF RID: 142015 RVA: 0x00978274 File Offset: 0x00976474
|
|
private void MKPOPGKKMHA()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x06022AC0 RID: 142016 RVA: 0x00978284 File Offset: 0x00976484
|
|
private void BACNJJKPEOO()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Add(this);
|
|
}
|
|
|
|
// Token: 0x06022AC1 RID: 142017 RVA: 0x00978294 File Offset: 0x00976494
|
|
public static InputField MOJHHEHEEMD()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022AC2 RID: 142018 RVA: 0x00978330 File Offset: 0x00976530
|
|
public static InputField GAPDMEKJNEM()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022AC3 RID: 142019 RVA: 0x009783CC File Offset: 0x009765CC
|
|
public static InputField DFJGMNKLJME()
|
|
{
|
|
GameObject currentSelectedGameObject = EventSystem.current.currentSelectedGameObject;
|
|
if (currentSelectedGameObject != null)
|
|
{
|
|
foreach (KeyboardInputField keyboardInputField in KeyboardInputField.GMMKBLFDOHI)
|
|
{
|
|
if (keyboardInputField.gameObject == currentSelectedGameObject && keyboardInputField.gameObject.activeInHierarchy)
|
|
{
|
|
return keyboardInputField.inputField;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06022AC4 RID: 142020 RVA: 0x00978468 File Offset: 0x00976668
|
|
private void PHJFLMBNKOP()
|
|
{
|
|
KeyboardInputField.GMMKBLFDOHI.Remove(this);
|
|
}
|
|
|
|
// Token: 0x04005A03 RID: 23043
|
|
private static List<KeyboardInputField> GMMKBLFDOHI = new List<KeyboardInputField>();
|
|
|
|
// Token: 0x04005A04 RID: 23044
|
|
[SerializeField]
|
|
[ENMFCLPAKBJ(FOGKDGELKHN.SelfAndParent, false)]
|
|
private InputField inputField;
|
|
}
|