scripts
This commit is contained in:
@@ -0,0 +1,543 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x0200109B RID: 4251
|
||||
public class LeaderboardBodyView : ProjectorUIElementView
|
||||
{
|
||||
// Token: 0x06024106 RID: 147718 RVA: 0x009DF0E0 File Offset: 0x009DD2E0
|
||||
protected override void NBOKPDLLKLO()
|
||||
{
|
||||
base.NBOKPDLLKLO();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024107 RID: 147719 RVA: 0x009DF15C File Offset: 0x009DD35C
|
||||
public virtual void CCGFDIOFHGN(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 1; i < this.LFJKJBEANEA.Length; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i].EAEOMJKLAMC(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024108 RID: 147720 RVA: 0x009DF19C File Offset: 0x009DD39C
|
||||
public void SetDataModel(GCPOFBBHKHD HEOJADOJGNP)
|
||||
{
|
||||
int i = 0;
|
||||
this.loadingUI.SetActive(HEOJADOJGNP.OOMFOBGPNKH);
|
||||
if (!HEOJADOJGNP.OOMFOBGPNKH)
|
||||
{
|
||||
while (i < HEOJADOJGNP.KNAGBGFJFKO.Length && i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
this.LFJKJBEANEA[i].SetDataModel(HEOJADOJGNP.KNAGBGFJFKO[i]);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
while (i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
i++;
|
||||
}
|
||||
base.IOHBMKOCCBI(false);
|
||||
}
|
||||
|
||||
// Token: 0x06024109 RID: 147721 RVA: 0x009DF248 File Offset: 0x009DD448
|
||||
public virtual ProjectorUIElementView.EIJFLHEHMNB LHGNNKDMGPN()
|
||||
{
|
||||
return this.BCBPKGINABA;
|
||||
}
|
||||
|
||||
// Token: 0x170010B1 RID: 4273
|
||||
// (get) Token: 0x0602411A RID: 147738 RVA: 0x009DF818 File Offset: 0x009DDA18
|
||||
// (set) Token: 0x0602410A RID: 147722 RVA: 0x009DF250 File Offset: 0x009DD450
|
||||
public override ProjectorUIElementView.EIJFLHEHMNB IDODOMMJLFJ
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.BCBPKGINABA;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.BCBPKGINABA = value;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i].IDODOMMJLFJ = this.BCBPKGINABA;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602410B RID: 147723 RVA: 0x009DF290 File Offset: 0x009DD490
|
||||
protected virtual void OFOPHGFIAJM()
|
||||
{
|
||||
base.BOOMNFIGOAN();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 1; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602410C RID: 147724 RVA: 0x009DF30C File Offset: 0x009DD50C
|
||||
public virtual ProjectorUIElementView.EIJFLHEHMNB CPOMGCJEHGM()
|
||||
{
|
||||
return this.BCBPKGINABA;
|
||||
}
|
||||
|
||||
// Token: 0x0602410D RID: 147725 RVA: 0x009DF314 File Offset: 0x009DD514
|
||||
public override ProjectorUIElementView.EIJFLHEHMNB OPMIFMKBJCP()
|
||||
{
|
||||
return this.BCBPKGINABA;
|
||||
}
|
||||
|
||||
// Token: 0x0602410E RID: 147726 RVA: 0x009DF31C File Offset: 0x009DD51C
|
||||
protected override void POMCHIPOPEA()
|
||||
{
|
||||
base.FNNCEMJECLP();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 1; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602410F RID: 147727 RVA: 0x009DF398 File Offset: 0x009DD598
|
||||
public virtual void LKNIDMMFMHA(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i].GEGBHINOEDO(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024110 RID: 147728 RVA: 0x009DF3D8 File Offset: 0x009DD5D8
|
||||
protected virtual void HKBNFKNLICF()
|
||||
{
|
||||
base.POMCHIPOPEA();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 1; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024111 RID: 147729 RVA: 0x009DF454 File Offset: 0x009DD654
|
||||
public virtual void KMNNBANMMKP(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i].OGIOCGAFJCL(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024112 RID: 147730 RVA: 0x009DF494 File Offset: 0x009DD694
|
||||
public virtual void NCLLEFMFDDO(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 1; i < this.LFJKJBEANEA.Length; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i].PKDACMFHCBH(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024113 RID: 147731 RVA: 0x009DF4D4 File Offset: 0x009DD6D4
|
||||
public virtual ProjectorUIElementView.EIJFLHEHMNB DCPDBFHMDPK()
|
||||
{
|
||||
return this.BCBPKGINABA;
|
||||
}
|
||||
|
||||
// Token: 0x06024114 RID: 147732 RVA: 0x009DF4DC File Offset: 0x009DD6DC
|
||||
public void PDEKKHKIFDN(GCPOFBBHKHD HEOJADOJGNP)
|
||||
{
|
||||
int i = 0;
|
||||
this.loadingUI.SetActive(HEOJADOJGNP.OOMFOBGPNKH);
|
||||
if (!HEOJADOJGNP.OOMFOBGPNKH)
|
||||
{
|
||||
while (i < HEOJADOJGNP.KNAGBGFJFKO.Length && i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
this.LFJKJBEANEA[i].GGLBJPEJOHN(HEOJADOJGNP.KNAGBGFJFKO[i]);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
while (i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
i += 0;
|
||||
}
|
||||
base.KBBMJKMDLAN(true);
|
||||
}
|
||||
|
||||
// Token: 0x06024115 RID: 147733 RVA: 0x009DF588 File Offset: 0x009DD788
|
||||
protected virtual void LPBGGKDFLLN()
|
||||
{
|
||||
base.PBCGMHKELND();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, false);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024116 RID: 147734 RVA: 0x009DF604 File Offset: 0x009DD804
|
||||
public virtual void EDPBCJBEDDB(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i].BCIEEPOFGHB(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024117 RID: 147735 RVA: 0x009DF644 File Offset: 0x009DD844
|
||||
public void KMAFABPBDPL(GCPOFBBHKHD HEOJADOJGNP)
|
||||
{
|
||||
int i = 1;
|
||||
this.loadingUI.SetActive(HEOJADOJGNP.OOMFOBGPNKH);
|
||||
if (!HEOJADOJGNP.OOMFOBGPNKH)
|
||||
{
|
||||
while (i < HEOJADOJGNP.KNAGBGFJFKO.Length && i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
this.LFJKJBEANEA[i].JLHMOFDFDCO(HEOJADOJGNP.KNAGBGFJFKO[i]);
|
||||
i += 0;
|
||||
}
|
||||
}
|
||||
while (i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
i += 0;
|
||||
}
|
||||
base.OPLLGKNJEDK(false);
|
||||
}
|
||||
|
||||
// Token: 0x06024118 RID: 147736 RVA: 0x009DF6F0 File Offset: 0x009DD8F0
|
||||
protected override void MICFHMAIGIB()
|
||||
{
|
||||
base.MPIHCILBGLM();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024119 RID: 147737 RVA: 0x009DF76C File Offset: 0x009DD96C
|
||||
public void FLODCGCINHD(GCPOFBBHKHD HEOJADOJGNP)
|
||||
{
|
||||
int i = 0;
|
||||
this.loadingUI.SetActive(HEOJADOJGNP.OOMFOBGPNKH);
|
||||
if (!HEOJADOJGNP.OOMFOBGPNKH)
|
||||
{
|
||||
while (i < HEOJADOJGNP.KNAGBGFJFKO.Length && i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
this.LFJKJBEANEA[i].DCCJGHHEGFJ(HEOJADOJGNP.KNAGBGFJFKO[i]);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
while (i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
i++;
|
||||
}
|
||||
base.DFMDFAOPHKM(true);
|
||||
}
|
||||
|
||||
// Token: 0x0602411B RID: 147739 RVA: 0x009DF820 File Offset: 0x009DDA20
|
||||
public void PIMNDCOLMHL(GCPOFBBHKHD HEOJADOJGNP)
|
||||
{
|
||||
int i = 1;
|
||||
this.loadingUI.SetActive(HEOJADOJGNP.OOMFOBGPNKH);
|
||||
if (!HEOJADOJGNP.OOMFOBGPNKH)
|
||||
{
|
||||
while (i < HEOJADOJGNP.KNAGBGFJFKO.Length && i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
this.LFJKJBEANEA[i].OKFLPJKKNCI(HEOJADOJGNP.KNAGBGFJFKO[i]);
|
||||
i += 0;
|
||||
}
|
||||
}
|
||||
while (i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
i++;
|
||||
}
|
||||
base.OBNLCFPDIPA(true);
|
||||
}
|
||||
|
||||
// Token: 0x0602411C RID: 147740 RVA: 0x009DF8CC File Offset: 0x009DDACC
|
||||
public override ProjectorUIElementView.EIJFLHEHMNB GGONDEHPPOE()
|
||||
{
|
||||
return this.BCBPKGINABA;
|
||||
}
|
||||
|
||||
// Token: 0x0602411D RID: 147741 RVA: 0x009DF8D4 File Offset: 0x009DDAD4
|
||||
protected virtual void CCOHCCEHNIC()
|
||||
{
|
||||
base.FIDMEJHMGJI();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602411E RID: 147742 RVA: 0x009DF950 File Offset: 0x009DDB50
|
||||
protected virtual void ONKCFGIOGCF()
|
||||
{
|
||||
base.MICFHMAIGIB();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 1; i < this.maxRowCount; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, false);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602411F RID: 147743 RVA: 0x009DF9CC File Offset: 0x009DDBCC
|
||||
public virtual void ENAOGAANHDI(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i].EGAOAADDFEI(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024120 RID: 147744 RVA: 0x009DFA0C File Offset: 0x009DDC0C
|
||||
protected override void GLBKBCBIOFJ()
|
||||
{
|
||||
base.NBOKPDLLKLO();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, false);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024121 RID: 147745 RVA: 0x009DFA88 File Offset: 0x009DDC88
|
||||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, false);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024122 RID: 147746 RVA: 0x009DFB04 File Offset: 0x009DDD04
|
||||
protected virtual void JFFLHAMMGAH()
|
||||
{
|
||||
base.OJAIDLPNIEI();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 1; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024123 RID: 147747 RVA: 0x009DFB80 File Offset: 0x009DDD80
|
||||
public override void OGIOCGAFJCL(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 1; i < this.LFJKJBEANEA.Length; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i].IOBEGGGILDF(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024124 RID: 147748 RVA: 0x009DFBC0 File Offset: 0x009DDDC0
|
||||
protected override void MPIHCILBGLM()
|
||||
{
|
||||
base.KPNLIAADHNJ();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024125 RID: 147749 RVA: 0x009DFC3C File Offset: 0x009DDE3C
|
||||
public virtual ProjectorUIElementView.EIJFLHEHMNB FJJCCHMAOCG()
|
||||
{
|
||||
return this.BCBPKGINABA;
|
||||
}
|
||||
|
||||
// Token: 0x06024126 RID: 147750 RVA: 0x009DFC44 File Offset: 0x009DDE44
|
||||
protected override void FIDMEJHMGJI()
|
||||
{
|
||||
base.PBCGMHKELND();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 1; i < this.maxRowCount; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, false);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024127 RID: 147751 RVA: 0x009DFCC0 File Offset: 0x009DDEC0
|
||||
public virtual void OHGKDOJPDNF(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i].EAEOMJKLAMC(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024128 RID: 147752 RVA: 0x009DFD00 File Offset: 0x009DDF00
|
||||
public void GCJDILEJFPD(GCPOFBBHKHD HEOJADOJGNP)
|
||||
{
|
||||
int i = 1;
|
||||
this.loadingUI.SetActive(HEOJADOJGNP.OOMFOBGPNKH);
|
||||
if (!HEOJADOJGNP.OOMFOBGPNKH)
|
||||
{
|
||||
while (i < HEOJADOJGNP.KNAGBGFJFKO.Length && i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
this.LFJKJBEANEA[i].GJMAIJOHDPL(HEOJADOJGNP.KNAGBGFJFKO[i]);
|
||||
i += 0;
|
||||
}
|
||||
}
|
||||
while (i < this.LFJKJBEANEA.Length)
|
||||
{
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
i++;
|
||||
}
|
||||
base.BCKEDGHFJBP(true);
|
||||
}
|
||||
|
||||
// Token: 0x06024129 RID: 147753 RVA: 0x009DFDAC File Offset: 0x009DDFAC
|
||||
protected override void BOOMNFIGOAN()
|
||||
{
|
||||
base.FNNCEMJECLP();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 1; i < this.maxRowCount; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, false);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602412A RID: 147754 RVA: 0x009DFE28 File Offset: 0x009DE028
|
||||
public virtual void JEJDFPAKDFK(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i].EAEOMJKLAMC(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602412B RID: 147755 RVA: 0x009DFE68 File Offset: 0x009DE068
|
||||
protected virtual void DLCHNOFPONJ()
|
||||
{
|
||||
base.POMCHIPOPEA();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602412C RID: 147756 RVA: 0x009DFEE4 File Offset: 0x009DE0E4
|
||||
protected virtual void ADIOFMMMFNL()
|
||||
{
|
||||
base.NMOBMJGJCCC();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, true);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602412D RID: 147757 RVA: 0x009DFF60 File Offset: 0x009DE160
|
||||
public virtual void AKNGKOMDMCM(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i].BCIEEPOFGHB(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602412E RID: 147758 RVA: 0x009DFFA0 File Offset: 0x009DE1A0
|
||||
public virtual void GGJHLBDCGCO(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
||||
{
|
||||
this.BCBPKGINABA = NOBAPCOKFIL;
|
||||
for (int i = 0; i < this.LFJKJBEANEA.Length; i++)
|
||||
{
|
||||
this.LFJKJBEANEA[i].EAEOMJKLAMC(this.BCBPKGINABA);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602412F RID: 147759 RVA: 0x009DFFE0 File Offset: 0x009DE1E0
|
||||
protected virtual void NGHJFABFAOA()
|
||||
{
|
||||
base.MBJAEHLCMGD();
|
||||
this.LFJKJBEANEA = new LeaderboardRowView[this.maxRowCount];
|
||||
for (int i = 0; i < this.maxRowCount; i += 0)
|
||||
{
|
||||
this.LFJKJBEANEA[i] = global::UnityEngine.Object.Instantiate<LeaderboardRowView>(this.rowPrefab);
|
||||
this.LFJKJBEANEA[i].transform.SetParent(base.transform, false);
|
||||
this.LFJKJBEANEA[i].gameObject.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04005C1A RID: 23578
|
||||
[SerializeField]
|
||||
private GameObject loadingUI;
|
||||
|
||||
// Token: 0x04005C1B RID: 23579
|
||||
[Header("Rows")]
|
||||
[SerializeField]
|
||||
private LeaderboardRowView rowPrefab;
|
||||
|
||||
// Token: 0x04005C1C RID: 23580
|
||||
[SerializeField]
|
||||
private int maxRowCount = 10;
|
||||
|
||||
// Token: 0x04005C1D RID: 23581
|
||||
private LeaderboardRowView[] LFJKJBEANEA;
|
||||
|
||||
// Token: 0x04005C1E RID: 23582
|
||||
private ProjectorUIElementView.EIJFLHEHMNB BCBPKGINABA;
|
||||
}
|
||||
Reference in New Issue
Block a user