866 lines
23 KiB
C#
866 lines
23 KiB
C#
using System;
|
|
using AGUI.StackedUI;
|
|
using Cpp2IlInjected;
|
|
using RecRoom;
|
|
using RecRoom.Core;
|
|
using TMPro;
|
|
using UnityEngine;
|
|
using UnityEngine.Rendering.PostProcessing;
|
|
using UnityEngine.UI;
|
|
|
|
// Token: 0x020006B9 RID: 1721
|
|
[Token(Token = "0x20006B9")]
|
|
public class ScreenHeader : MonoBehaviour
|
|
{
|
|
// Token: 0x17000897 RID: 2199
|
|
// (get) Token: 0x06003214 RID: 12820 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// (set) Token: 0x06003215 RID: 12821 RVA: 0x000CBFD8 File Offset: 0x000CA1D8
|
|
[Token(Token = "0x17000897")]
|
|
public Color EGCKEMJIIAE
|
|
{
|
|
[Token(Token = "0x6003214")]
|
|
[Address(RVA = "0x125C190", Offset = "0x125B190", VA = "0x18125C190")]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
[Token(Token = "0x6003215")]
|
|
[Address(RVA = "0x125C1F0", Offset = "0x125B1F0", VA = "0x18125C1F0")]
|
|
set
|
|
{
|
|
Color color = this.backgroundColor;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
this.Refresh();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000898 RID: 2200
|
|
// (get) Token: 0x06003216 RID: 12822 RVA: 0x000CBFF8 File Offset: 0x000CA1F8
|
|
// (set) Token: 0x06003217 RID: 12823 RVA: 0x000CC00C File Offset: 0x000CA20C
|
|
[Token(Token = "0x17000898")]
|
|
public string LKIBJOMNFFD
|
|
{
|
|
[Token(Token = "0x6003216")]
|
|
[Address(RVA = "0x56D550", Offset = "0x56C550", VA = "0x18056D550")]
|
|
get
|
|
{
|
|
return this.title;
|
|
}
|
|
[Token(Token = "0x6003217")]
|
|
[Address(RVA = "0x125C370", Offset = "0x125B370", VA = "0x18125C370")]
|
|
set
|
|
{
|
|
if (this.title != value)
|
|
{
|
|
this.title = value;
|
|
this.Refresh();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000899 RID: 2201
|
|
// (get) Token: 0x06003218 RID: 12824 RVA: 0x000CC038 File Offset: 0x000CA238
|
|
// (set) Token: 0x06003219 RID: 12825 RVA: 0x000CC04C File Offset: 0x000CA24C
|
|
[Token(Token = "0x17000899")]
|
|
public bool LDENPGAMDPF
|
|
{
|
|
[Token(Token = "0x6003218")]
|
|
[Address(RVA = "0xBF45E0", Offset = "0xBF35E0", VA = "0x180BF45E0")]
|
|
get
|
|
{
|
|
return this.showBackButton;
|
|
}
|
|
[Token(Token = "0x6003219")]
|
|
[Address(RVA = "0x125C270", Offset = "0x125B270", VA = "0x18125C270")]
|
|
set
|
|
{
|
|
if (this.showBackButton != value)
|
|
{
|
|
this.showBackButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700089A RID: 2202
|
|
// (get) Token: 0x0600321A RID: 12826 RVA: 0x000CC070 File Offset: 0x000CA270
|
|
// (set) Token: 0x0600321B RID: 12827 RVA: 0x000CC084 File Offset: 0x000CA284
|
|
[Token(Token = "0x1700089A")]
|
|
public bool BJGJMNDKMFG
|
|
{
|
|
[Token(Token = "0x600321A")]
|
|
[Address(RVA = "0xAC13C0", Offset = "0xAC03C0", VA = "0x180AC13C0")]
|
|
get
|
|
{
|
|
return this.showCloseButton;
|
|
}
|
|
[Token(Token = "0x600321B")]
|
|
[Address(RVA = "0x125C290", Offset = "0x125B290", VA = "0x18125C290")]
|
|
set
|
|
{
|
|
if (this.showCloseButton != value)
|
|
{
|
|
this.showCloseButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700089B RID: 2203
|
|
// (get) Token: 0x0600321C RID: 12828 RVA: 0x000CC0A8 File Offset: 0x000CA2A8
|
|
// (set) Token: 0x0600321D RID: 12829 RVA: 0x000CC0BC File Offset: 0x000CA2BC
|
|
[Token(Token = "0x1700089B")]
|
|
public bool OLMLLMGDPPP
|
|
{
|
|
[Token(Token = "0x600321C")]
|
|
[Address(RVA = "0xAC13D0", Offset = "0xAC03D0", VA = "0x180AC13D0")]
|
|
get
|
|
{
|
|
return this.showShareButton;
|
|
}
|
|
[Token(Token = "0x600321D")]
|
|
[Address(RVA = "0x125C350", Offset = "0x125B350", VA = "0x18125C350")]
|
|
set
|
|
{
|
|
if (this.showShareButton != value)
|
|
{
|
|
this.showShareButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700089C RID: 2204
|
|
// (get) Token: 0x0600321E RID: 12830 RVA: 0x000CC0E0 File Offset: 0x000CA2E0
|
|
// (set) Token: 0x0600321F RID: 12831 RVA: 0x000CC0F4 File Offset: 0x000CA2F4
|
|
[Token(Token = "0x1700089C")]
|
|
public bool IEFGNOBALIO
|
|
{
|
|
[Token(Token = "0x600321E")]
|
|
[Address(RVA = "0x125C1D0", Offset = "0x125B1D0", VA = "0x18125C1D0")]
|
|
get
|
|
{
|
|
return this.showInviteButton;
|
|
}
|
|
[Token(Token = "0x600321F")]
|
|
[Address(RVA = "0x125C310", Offset = "0x125B310", VA = "0x18125C310")]
|
|
set
|
|
{
|
|
if (this.showInviteButton != value)
|
|
{
|
|
this.showInviteButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700089D RID: 2205
|
|
// (get) Token: 0x06003220 RID: 12832 RVA: 0x000CC118 File Offset: 0x000CA318
|
|
// (set) Token: 0x06003221 RID: 12833 RVA: 0x000CC12C File Offset: 0x000CA32C
|
|
[Token(Token = "0x1700089D")]
|
|
public bool BJDPKOLOBOA
|
|
{
|
|
[Token(Token = "0x6003220")]
|
|
[Address(RVA = "0x125C1A0", Offset = "0x125B1A0", VA = "0x18125C1A0")]
|
|
get
|
|
{
|
|
return this.showEnterCodeButton;
|
|
}
|
|
[Token(Token = "0x6003221")]
|
|
[Address(RVA = "0x125C2B0", Offset = "0x125B2B0", VA = "0x18125C2B0")]
|
|
set
|
|
{
|
|
if (this.showEnterCodeButton != value)
|
|
{
|
|
this.showEnterCodeButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700089E RID: 2206
|
|
// (get) Token: 0x06003222 RID: 12834 RVA: 0x000CC150 File Offset: 0x000CA350
|
|
// (set) Token: 0x06003223 RID: 12835 RVA: 0x000CC164 File Offset: 0x000CA364
|
|
[Token(Token = "0x1700089E")]
|
|
public bool IMHPEPFDCJH
|
|
{
|
|
[Token(Token = "0x6003222")]
|
|
[Address(RVA = "0x125C1C0", Offset = "0x125B1C0", VA = "0x18125C1C0")]
|
|
get
|
|
{
|
|
return this.showHomeButton;
|
|
}
|
|
[Token(Token = "0x6003223")]
|
|
[Address(RVA = "0x125C2F0", Offset = "0x125B2F0", VA = "0x18125C2F0")]
|
|
set
|
|
{
|
|
if (this.showHomeButton != value)
|
|
{
|
|
this.showHomeButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700089F RID: 2207
|
|
// (get) Token: 0x06003224 RID: 12836 RVA: 0x000CC188 File Offset: 0x000CA388
|
|
// (set) Token: 0x06003225 RID: 12837 RVA: 0x000CC19C File Offset: 0x000CA39C
|
|
[Token(Token = "0x1700089F")]
|
|
public bool IJEBGMAOEOM
|
|
{
|
|
[Token(Token = "0x6003224")]
|
|
[Address(RVA = "0x125C1B0", Offset = "0x125B1B0", VA = "0x18125C1B0")]
|
|
get
|
|
{
|
|
return this.showExpandButton;
|
|
}
|
|
[Token(Token = "0x6003225")]
|
|
[Address(RVA = "0x125C2D0", Offset = "0x125B2D0", VA = "0x18125C2D0")]
|
|
set
|
|
{
|
|
if (this.showExpandButton != value)
|
|
{
|
|
this.showExpandButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x170008A0 RID: 2208
|
|
// (get) Token: 0x06003226 RID: 12838 RVA: 0x000CC1C0 File Offset: 0x000CA3C0
|
|
// (set) Token: 0x06003227 RID: 12839 RVA: 0x000CC1D4 File Offset: 0x000CA3D4
|
|
[Token(Token = "0x170008A0")]
|
|
public bool BKFBIFBFNIK
|
|
{
|
|
[Token(Token = "0x6003226")]
|
|
[Address(RVA = "0x125C1E0", Offset = "0x125B1E0", VA = "0x18125C1E0")]
|
|
get
|
|
{
|
|
return this.showReportBugButton;
|
|
}
|
|
[Token(Token = "0x6003227")]
|
|
[Address(RVA = "0x125C330", Offset = "0x125B330", VA = "0x18125C330")]
|
|
set
|
|
{
|
|
if (this.showReportBugButton != value)
|
|
{
|
|
this.showReportBugButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x170008A1 RID: 2209
|
|
// (get) Token: 0x06003228 RID: 12840 RVA: 0x000CC1F8 File Offset: 0x000CA3F8
|
|
// (set) Token: 0x06003229 RID: 12841 RVA: 0x000CC20C File Offset: 0x000CA40C
|
|
[Token(Token = "0x170008A1")]
|
|
public bool OLAGLIBPPBO
|
|
{
|
|
[Token(Token = "0x6003228")]
|
|
[Address(RVA = "0x78C660", Offset = "0x78B660", VA = "0x18078C660")]
|
|
get
|
|
{
|
|
return this.canShowMissingSomethingButton;
|
|
}
|
|
[Token(Token = "0x6003229")]
|
|
[Address(RVA = "0x125C250", Offset = "0x125B250", VA = "0x18125C250")]
|
|
set
|
|
{
|
|
if (this.canShowMissingSomethingButton != value)
|
|
{
|
|
this.canShowMissingSomethingButton = value;
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x170008A2 RID: 2210
|
|
// (get) Token: 0x0600322A RID: 12842 RVA: 0x000CC230 File Offset: 0x000CA430
|
|
[Token(Token = "0x170008A2")]
|
|
private StackedUIBase JGIANCOEHMA
|
|
{
|
|
[Token(Token = "0x600322A")]
|
|
[Address(RVA = "0x125B8C0", Offset = "0x125A8C0", VA = "0x18125B8C0")]
|
|
get
|
|
{
|
|
StackedUIFlowBase icoogohmjhf = this.ICOOGOHMJHF;
|
|
int num = 0;
|
|
if (icoogohmjhf != num)
|
|
{
|
|
return this.ICOOGOHMJHF.<KBKJKEOPIGB>k__BackingField;
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x170008A3 RID: 2211
|
|
// (get) Token: 0x0600322B RID: 12843 RVA: 0x000CC264 File Offset: 0x000CA464
|
|
[Token(Token = "0x170008A3")]
|
|
private WatchUI OFMGKAODHPL
|
|
{
|
|
[Token(Token = "0x600322B")]
|
|
[Address(RVA = "0x125B670", Offset = "0x125A670", VA = "0x18125B670")]
|
|
get
|
|
{
|
|
if (this.JGIANCOEHMA == 0)
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x170008A4 RID: 2212
|
|
// (get) Token: 0x0600322C RID: 12844 RVA: 0x000CC27C File Offset: 0x000CA47C
|
|
[Token(Token = "0x170008A4")]
|
|
private bool GMCLOKGOFIE
|
|
{
|
|
[Token(Token = "0x600322C")]
|
|
[Address(RVA = "0x125B790", Offset = "0x125A790", VA = "0x18125B790")]
|
|
get
|
|
{
|
|
if (this.showExpandButton && !this.ICOOGOHMJHF.CHGIINGBBOO)
|
|
{
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
int num = 0;
|
|
if (stackedUIBase != num)
|
|
{
|
|
DepthTextureMode cameraFlags = ((IAmbientOcclusionMethod)this.JGIANCOEHMA).GetCameraFlags();
|
|
}
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600322D RID: 12845 RVA: 0x000CC2C8 File Offset: 0x000CA4C8
|
|
[Token(Token = "0x600322D")]
|
|
[Address(RVA = "0x125BFD0", Offset = "0x125AFD0", VA = "0x18125BFD0")]
|
|
private void Start()
|
|
{
|
|
LocalPlayerController instance;
|
|
Delegate @delegate;
|
|
do
|
|
{
|
|
this.LDCEAOCFHOO();
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
int num = 0;
|
|
if (stackedUIBase != num)
|
|
{
|
|
StackedUIBase stackedUIBase2 = this.JGIANCOEHMA;
|
|
Action<OGLEAGGNIPE> action = new Action(this.HELKDAGLGBJ);
|
|
stackedUIBase2.ResizeCompleteEvent += action;
|
|
}
|
|
instance = SingletonMonoBehaviour.ONCPNMDGGKG;
|
|
Action displayModeChange = instance.DisplayModeChange;
|
|
Action action2 = new Action(this.GKIKFKFPMFN);
|
|
@delegate = Delegate.Combine(displayModeChange, action2);
|
|
}
|
|
while (@delegate != 0 && @delegate == 0);
|
|
instance.DisplayModeChange = @delegate;
|
|
this.DOGECNJCGNK = true;
|
|
this.Refresh();
|
|
}
|
|
|
|
// Token: 0x0600322E RID: 12846 RVA: 0x000CC358 File Offset: 0x000CA558
|
|
[Token(Token = "0x600322E")]
|
|
[Address(RVA = "0x125B950", Offset = "0x125A950", VA = "0x18125B950")]
|
|
private void OnDestroy()
|
|
{
|
|
LocalPlayerController instance2;
|
|
Delegate @delegate;
|
|
do
|
|
{
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
int num = 0;
|
|
if (stackedUIBase != num)
|
|
{
|
|
StackedUIBase stackedUIBase2 = this.JGIANCOEHMA;
|
|
Action<OGLEAGGNIPE> action = new Action(this.HELKDAGLGBJ);
|
|
stackedUIBase2.ResizeCompleteEvent -= action;
|
|
}
|
|
LocalPlayerController instance = SingletonMonoBehaviour.ONCPNMDGGKG;
|
|
int num2 = 0;
|
|
if (!(instance != num2))
|
|
{
|
|
return;
|
|
}
|
|
instance2 = SingletonMonoBehaviour.ONCPNMDGGKG;
|
|
Action displayModeChange = instance2.DisplayModeChange;
|
|
Action action2 = new Action(this.GKIKFKFPMFN);
|
|
@delegate = Delegate.Remove(displayModeChange, action2);
|
|
}
|
|
while (@delegate != 0 && @delegate == 0);
|
|
instance2.DisplayModeChange = @delegate;
|
|
}
|
|
|
|
// Token: 0x0600322F RID: 12847 RVA: 0x000CC3EC File Offset: 0x000CA5EC
|
|
[Token(Token = "0x600322F")]
|
|
[Address(RVA = "0x125B700", Offset = "0x125A700", VA = "0x18125B700")]
|
|
private void HELKDAGLGBJ(OGLEAGGNIPE OJJOHDIFMEG)
|
|
{
|
|
this.Refresh();
|
|
}
|
|
|
|
// Token: 0x06003230 RID: 12848 RVA: 0x000CC400 File Offset: 0x000CA600
|
|
[Token(Token = "0x6003230")]
|
|
[Address(RVA = "0x125B700", Offset = "0x125A700", VA = "0x18125B700")]
|
|
private void GKIKFKFPMFN()
|
|
{
|
|
this.Refresh();
|
|
}
|
|
|
|
// Token: 0x06003231 RID: 12849 RVA: 0x000CC414 File Offset: 0x000CA614
|
|
[Token(Token = "0x6003231")]
|
|
[Address(RVA = "0x125BB50", Offset = "0x125AB50", VA = "0x18125BB50")]
|
|
public void Refresh()
|
|
{
|
|
if (!this.PauseRefresh && (!Application.isPlaying || this.DOGECNJCGNK))
|
|
{
|
|
this.LDCEAOCFHOO();
|
|
if (!this.titleText)
|
|
{
|
|
Debug.LogWarning("Missing TitleText reference on ScreenHeader", this);
|
|
}
|
|
string text = this.titleText.text;
|
|
GameObject gameObject = this.backButton.gameObject;
|
|
bool flag = this.showBackButton;
|
|
gameObject.SetActive(flag);
|
|
Transform transform = this.closeButton;
|
|
int num = 0;
|
|
if (!(transform == num))
|
|
{
|
|
GameObject gameObject2 = this.closeButton.gameObject;
|
|
bool flag2 = this.showCloseButton;
|
|
gameObject2.SetActive(flag2);
|
|
}
|
|
if (this.showCloseButton)
|
|
{
|
|
Debug.LogError("Cannot show close button, since close button is not set.", this);
|
|
}
|
|
GameObject gameObject3 = this.shareButton.gameObject;
|
|
bool flag3 = this.showShareButton;
|
|
gameObject3.SetActive(flag3);
|
|
GameObject gameObject4 = this.inviteButton.gameObject;
|
|
bool flag4 = this.showInviteButton;
|
|
gameObject4.SetActive(flag4);
|
|
GameObject gameObject5 = this.enterCodeButton.gameObject;
|
|
bool flag5 = this.showEnterCodeButton;
|
|
gameObject5.SetActive(flag5);
|
|
GameObject gameObject6 = this.homeButton.gameObject;
|
|
bool flag6 = this.showHomeButton;
|
|
gameObject6.SetActive(flag6);
|
|
GameObject gameObject7 = this.reportBugButton.gameObject;
|
|
bool flag7 = this.showReportBugButton;
|
|
gameObject7.SetActive(flag7);
|
|
bool isPlaying = Application.isPlaying;
|
|
Button3D button3D = this.missingSomethingButton;
|
|
if (!isPlaying)
|
|
{
|
|
GameObject gameObject8 = button3D.gameObject;
|
|
}
|
|
GameObject gameObject9 = button3D.gameObject;
|
|
if (!this.canShowMissingSomethingButton)
|
|
{
|
|
}
|
|
bool flag8 = GEAPBDGCKMB.KCGCPNMNCPG(ACDKILABNNC.RecCenterTokens);
|
|
gameObject9.SetActive(flag8);
|
|
if (!Application.isPlaying)
|
|
{
|
|
GameObject gameObject10 = this.expandButton.gameObject;
|
|
bool flag9 = this.showExpandButton;
|
|
gameObject10.SetActive(flag9);
|
|
}
|
|
else
|
|
{
|
|
if (this.showExpandButton && !this.ICOOGOHMJHF.CHGIINGBBOO)
|
|
{
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
int num2 = 0;
|
|
if (stackedUIBase != num2)
|
|
{
|
|
string text2 = this.JGIANCOEHMA.MNKOCGHOJIJ;
|
|
}
|
|
}
|
|
int num3 = 0;
|
|
Transform transform2 = this.expandButton;
|
|
if (num3 == 0)
|
|
{
|
|
GameObject gameObject11 = transform2.gameObject;
|
|
int num4 = 0;
|
|
gameObject11.SetActive(num4 != 0);
|
|
return;
|
|
}
|
|
GameObject gameObject12;
|
|
gameObject12.SetActive(true);
|
|
this.OIOKLOKBHED();
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06003232 RID: 12850 RVA: 0x000CC64C File Offset: 0x000CA84C
|
|
[Token(Token = "0x6003232")]
|
|
[Address(RVA = "0x125B860", Offset = "0x125A860", VA = "0x18125B860")]
|
|
private void OIOKLOKBHED()
|
|
{
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
Image image = this.expandImage;
|
|
if (stackedUIBase.GCJKHCEAMLC != OGLEAGGNIPE.NORMAL)
|
|
{
|
|
Sprite sprite = this.expandMinimizeSprite;
|
|
image.sprite = sprite;
|
|
return;
|
|
}
|
|
Sprite sprite2 = this.expandMaximizeSprite;
|
|
image.sprite = sprite2;
|
|
}
|
|
|
|
// Token: 0x06003233 RID: 12851 RVA: 0x000CC694 File Offset: 0x000CA894
|
|
[Token(Token = "0x6003233")]
|
|
[Address(RVA = "0x125B710", Offset = "0x125A710", VA = "0x18125B710")]
|
|
private void LDCEAOCFHOO()
|
|
{
|
|
StackedUIFlowBase icoogohmjhf = this.ICOOGOHMJHF;
|
|
int num = 0;
|
|
if (icoogohmjhf == num)
|
|
{
|
|
StackedUIFlowBase componentInParent = base.GetComponentInParent<StackedUIFlowBase>();
|
|
this.ICOOGOHMJHF = componentInParent;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06003234 RID: 12852 RVA: 0x000CC6C4 File Offset: 0x000CA8C4
|
|
[Token(Token = "0x6003234")]
|
|
[Address(RVA = "0x125B080", Offset = "0x125A080", VA = "0x18125B080")]
|
|
public void Button_Back()
|
|
{
|
|
StackedUIFlowBase componentInParent = base.GetComponentInParent<StackedUIFlowBase>();
|
|
int num = 0;
|
|
if (componentInParent != num)
|
|
{
|
|
componentInParent.Button_ExitFlow();
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06003235 RID: 12853 RVA: 0x000CC6F4 File Offset: 0x000CA8F4
|
|
[Token(Token = "0x6003235")]
|
|
[Address(RVA = "0x125B110", Offset = "0x125A110", VA = "0x18125B110")]
|
|
public void Button_Close()
|
|
{
|
|
StackedUIFlowBase componentInParent = base.GetComponentInParent<StackedUIFlowBase>();
|
|
int num = 0;
|
|
if (componentInParent != num)
|
|
{
|
|
componentInParent.RequestClose();
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06003236 RID: 12854 RVA: 0x000CC724 File Offset: 0x000CA924
|
|
[Token(Token = "0x6003236")]
|
|
[Address(RVA = "0x125B5E0", Offset = "0x125A5E0", VA = "0x18125B5E0")]
|
|
public void Button_Share()
|
|
{
|
|
StackedUIFlowBase componentInParent = base.GetComponentInParent<StackedUIFlowBase>();
|
|
int num = 0;
|
|
if (componentInParent != num)
|
|
{
|
|
bool shouldLoopAudio = ((AIGLMCILBAF.FAEGFHMMIDB)componentInParent).BIILOFOAKEJ;
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06003237 RID: 12855 RVA: 0x000CC754 File Offset: 0x000CA954
|
|
[Token(Token = "0x6003237")]
|
|
[Address(RVA = "0x125B3A0", Offset = "0x125A3A0", VA = "0x18125B3A0")]
|
|
public void Button_Invite()
|
|
{
|
|
StackedUIFlowBase componentInParent = base.GetComponentInParent<StackedUIFlowBase>();
|
|
int num = 0;
|
|
if (componentInParent != num)
|
|
{
|
|
bool shouldLoopAudio = ((AIGLMCILBAF.FAEGFHMMIDB)componentInParent).BIILOFOAKEJ;
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06003238 RID: 12856 RVA: 0x000CC784 File Offset: 0x000CA984
|
|
[Token(Token = "0x6003238")]
|
|
[Address(RVA = "0x125B1A0", Offset = "0x125A1A0", VA = "0x18125B1A0")]
|
|
public void Button_EnterCode()
|
|
{
|
|
StackedUIFlowBase componentInParent = base.GetComponentInParent<StackedUIFlowBase>();
|
|
int num = 0;
|
|
if (componentInParent != num)
|
|
{
|
|
bool shouldLoopAudio = ((AIGLMCILBAF.FAEGFHMMIDB)componentInParent).BIILOFOAKEJ;
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06003239 RID: 12857 RVA: 0x000CC7B4 File Offset: 0x000CA9B4
|
|
[Token(Token = "0x6003239")]
|
|
[Address(RVA = "0x125B310", Offset = "0x125A310", VA = "0x18125B310")]
|
|
public void Button_Home()
|
|
{
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
int num = 0;
|
|
if (stackedUIBase != num)
|
|
{
|
|
this.JGIANCOEHMA.PopAllFlows();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600323A RID: 12858 RVA: 0x000CC7E8 File Offset: 0x000CA9E8
|
|
[Token(Token = "0x600323A")]
|
|
[Address(RVA = "0x125B230", Offset = "0x125A230", VA = "0x18125B230")]
|
|
public void Button_Expand()
|
|
{
|
|
WatchUI watchUI = this.OFMGKAODHPL;
|
|
int num = 0;
|
|
if (watchUI != num)
|
|
{
|
|
this.OFMGKAODHPL.ToggleSize();
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
Image image = this.expandImage;
|
|
if (stackedUIBase.GCJKHCEAMLC != OGLEAGGNIPE.NORMAL)
|
|
{
|
|
Sprite sprite = this.expandMinimizeSprite;
|
|
image.sprite = sprite;
|
|
return;
|
|
}
|
|
Sprite sprite2 = this.expandMaximizeSprite;
|
|
image.sprite = sprite2;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600323B RID: 12859 RVA: 0x000CC854 File Offset: 0x000CAA54
|
|
[Token(Token = "0x600323B")]
|
|
[Address(RVA = "0x125B560", Offset = "0x125A560", VA = "0x18125B560")]
|
|
public void Button_ReportBug()
|
|
{
|
|
BugReportingUIFlow flowByType = this.JGIANCOEHMA.GetFlowByType<BugReportingUIFlow>();
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
int num = 0;
|
|
stackedUIBase.PushFlow(flowByType, num);
|
|
}
|
|
|
|
// Token: 0x0600323C RID: 12860 RVA: 0x000CC884 File Offset: 0x000CAA84
|
|
[Token(Token = "0x600323C")]
|
|
[Address(RVA = "0x125B430", Offset = "0x125A430", VA = "0x18125B430")]
|
|
public void Button_MissingSomething()
|
|
{
|
|
WatchUI watchUI = this.OFMGKAODHPL;
|
|
}
|
|
|
|
// Token: 0x0600323D RID: 12861 RVA: 0x000CC8A0 File Offset: 0x000CAAA0
|
|
[Token(Token = "0x600323D")]
|
|
[Address(RVA = "0x125B4D0", Offset = "0x125A4D0", VA = "0x18125B4D0")]
|
|
public void Button_Party()
|
|
{
|
|
PeopleWatchUIFlow flowByType = this.JGIANCOEHMA.GetFlowByType<PeopleWatchUIFlow>();
|
|
StackedUIBase stackedUIBase = this.JGIANCOEHMA;
|
|
int num = 0;
|
|
stackedUIBase.PushFlow(flowByType, num);
|
|
flowByType.Button_SetPartyDisplayMode();
|
|
}
|
|
|
|
// Token: 0x0600323E RID: 12862 RVA: 0x000CC8D8 File Offset: 0x000CAAD8
|
|
[Token(Token = "0x600323E")]
|
|
[Address(RVA = "0x125BB20", Offset = "0x125AB20", VA = "0x18125BB20")]
|
|
private void OnDrawGizmosSelected()
|
|
{
|
|
if (!Application.isPlaying)
|
|
{
|
|
this.Refresh();
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600323F RID: 12863 RVA: 0x000CC8F8 File Offset: 0x000CAAF8
|
|
[Token(Token = "0x600323F")]
|
|
[Address(RVA = "0x125C150", Offset = "0x125B150", VA = "0x18125C150")]
|
|
public ScreenHeader()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04002945 RID: 10565
|
|
[FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x4002945")]
|
|
[SerializeField]
|
|
private TextMeshProUGUI titleText;
|
|
|
|
// Token: 0x04002946 RID: 10566
|
|
[FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x4002946")]
|
|
[SerializeField]
|
|
private Transform backButton;
|
|
|
|
// Token: 0x04002947 RID: 10567
|
|
[FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x4002947")]
|
|
[SerializeField]
|
|
[Tooltip("Optional close button.")]
|
|
private Transform closeButton;
|
|
|
|
// Token: 0x04002948 RID: 10568
|
|
[FieldOffset(Offset = "0x30")]
|
|
[Token(Token = "0x4002948")]
|
|
[SerializeField]
|
|
private Transform shareButton;
|
|
|
|
// Token: 0x04002949 RID: 10569
|
|
[FieldOffset(Offset = "0x38")]
|
|
[Token(Token = "0x4002949")]
|
|
[SerializeField]
|
|
private Transform inviteButton;
|
|
|
|
// Token: 0x0400294A RID: 10570
|
|
[FieldOffset(Offset = "0x40")]
|
|
[Token(Token = "0x400294A")]
|
|
[SerializeField]
|
|
private Transform enterCodeButton;
|
|
|
|
// Token: 0x0400294B RID: 10571
|
|
[FieldOffset(Offset = "0x48")]
|
|
[Token(Token = "0x400294B")]
|
|
[SerializeField]
|
|
private Transform homeButton;
|
|
|
|
// Token: 0x0400294C RID: 10572
|
|
[FieldOffset(Offset = "0x50")]
|
|
[Token(Token = "0x400294C")]
|
|
[SerializeField]
|
|
private Transform expandButton;
|
|
|
|
// Token: 0x0400294D RID: 10573
|
|
[FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x400294D")]
|
|
[SerializeField]
|
|
private Image expandImage;
|
|
|
|
// Token: 0x0400294E RID: 10574
|
|
[FieldOffset(Offset = "0x60")]
|
|
[Token(Token = "0x400294E")]
|
|
[SerializeField]
|
|
private Sprite expandMaximizeSprite;
|
|
|
|
// Token: 0x0400294F RID: 10575
|
|
[FieldOffset(Offset = "0x68")]
|
|
[Token(Token = "0x400294F")]
|
|
[SerializeField]
|
|
private Sprite expandMinimizeSprite;
|
|
|
|
// Token: 0x04002950 RID: 10576
|
|
[FieldOffset(Offset = "0x70")]
|
|
[Token(Token = "0x4002950")]
|
|
[SerializeField]
|
|
private Button3D reportBugButton;
|
|
|
|
// Token: 0x04002951 RID: 10577
|
|
[FieldOffset(Offset = "0x78")]
|
|
[Token(Token = "0x4002951")]
|
|
[SerializeField]
|
|
private Button3D missingSomethingButton;
|
|
|
|
// Token: 0x04002952 RID: 10578
|
|
[FieldOffset(Offset = "0x80")]
|
|
[Token(Token = "0x4002952")]
|
|
[SerializeField]
|
|
private Button3D partyButton;
|
|
|
|
// Token: 0x04002953 RID: 10579
|
|
[FieldOffset(Offset = "0x88")]
|
|
[Token(Token = "0x4002953")]
|
|
[SerializeField]
|
|
[Space]
|
|
private Color backgroundColor;
|
|
|
|
// Token: 0x04002954 RID: 10580
|
|
[FieldOffset(Offset = "0x98")]
|
|
[Token(Token = "0x4002954")]
|
|
[SerializeField]
|
|
private string title;
|
|
|
|
// Token: 0x04002955 RID: 10581
|
|
[FieldOffset(Offset = "0xA0")]
|
|
[Token(Token = "0x4002955")]
|
|
[SerializeField]
|
|
private bool showBackButton = true;
|
|
|
|
// Token: 0x04002956 RID: 10582
|
|
[FieldOffset(Offset = "0xA1")]
|
|
[Token(Token = "0x4002956")]
|
|
[SerializeField]
|
|
private bool showCloseButton;
|
|
|
|
// Token: 0x04002957 RID: 10583
|
|
[FieldOffset(Offset = "0xA2")]
|
|
[Token(Token = "0x4002957")]
|
|
[SerializeField]
|
|
private bool showShareButton;
|
|
|
|
// Token: 0x04002958 RID: 10584
|
|
[FieldOffset(Offset = "0xA3")]
|
|
[Token(Token = "0x4002958")]
|
|
[SerializeField]
|
|
private bool showInviteButton;
|
|
|
|
// Token: 0x04002959 RID: 10585
|
|
[FieldOffset(Offset = "0xA4")]
|
|
[Token(Token = "0x4002959")]
|
|
[SerializeField]
|
|
private bool showEnterCodeButton;
|
|
|
|
// Token: 0x0400295A RID: 10586
|
|
[FieldOffset(Offset = "0xA5")]
|
|
[Token(Token = "0x400295A")]
|
|
[SerializeField]
|
|
private bool showHomeButton = true;
|
|
|
|
// Token: 0x0400295B RID: 10587
|
|
[FieldOffset(Offset = "0xA6")]
|
|
[Token(Token = "0x400295B")]
|
|
[SerializeField]
|
|
private bool showExpandButton;
|
|
|
|
// Token: 0x0400295C RID: 10588
|
|
[FieldOffset(Offset = "0xA7")]
|
|
[Token(Token = "0x400295C")]
|
|
[SerializeField]
|
|
private bool showReportBugButton;
|
|
|
|
// Token: 0x0400295D RID: 10589
|
|
[FieldOffset(Offset = "0xA8")]
|
|
[Token(Token = "0x400295D")]
|
|
[SerializeField]
|
|
private bool canShowMissingSomethingButton;
|
|
|
|
// Token: 0x0400295E RID: 10590
|
|
[FieldOffset(Offset = "0xA9")]
|
|
[Token(Token = "0x400295E")]
|
|
public bool PauseRefresh;
|
|
|
|
// Token: 0x0400295F RID: 10591
|
|
[FieldOffset(Offset = "0xB0")]
|
|
[Token(Token = "0x400295F")]
|
|
private StackedUIFlowBase ICOOGOHMJHF;
|
|
|
|
// Token: 0x04002960 RID: 10592
|
|
[FieldOffset(Offset = "0xB8")]
|
|
[Token(Token = "0x4002960")]
|
|
private bool DOGECNJCGNK;
|
|
}
|