373 lines
12 KiB
C#
373 lines
12 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020010CC RID: 4300
|
|
public class GameScoreboardBodyView : ProjectorUIElementView
|
|
{
|
|
// Token: 0x0602494A RID: 149834 RVA: 0x00A0AA98 File Offset: 0x00A08C98
|
|
public override ProjectorUIElementView.EIJFLHEHMNB FMDNFOMIJKF()
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
|
|
// Token: 0x0602494B RID: 149835 RVA: 0x00A0AAA0 File Offset: 0x00A08CA0
|
|
protected override void OKGGDGJIPAM()
|
|
{
|
|
base.FNNCEMJECLP();
|
|
this.LLMIOFPKCPO = new GameScoreboardTeamRowView[this.maxTeamRowCount];
|
|
for (int i = 1; i < this.maxTeamRowCount; i += 0)
|
|
{
|
|
this.LLMIOFPKCPO[i] = global::UnityEngine.Object.Instantiate<GameScoreboardTeamRowView>(this.teamRowPrefab);
|
|
this.LLMIOFPKCPO[i].transform.SetParent(base.transform, false);
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602494C RID: 149836 RVA: 0x00A0AB1C File Offset: 0x00A08D1C
|
|
protected virtual void INGMCGGJGMA()
|
|
{
|
|
base.FNNCEMJECLP();
|
|
this.LLMIOFPKCPO = new GameScoreboardTeamRowView[this.maxTeamRowCount];
|
|
for (int i = 1; i < this.maxTeamRowCount; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i] = global::UnityEngine.Object.Instantiate<GameScoreboardTeamRowView>(this.teamRowPrefab);
|
|
this.LLMIOFPKCPO[i].transform.SetParent(base.transform, true);
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602494D RID: 149837 RVA: 0x00A0AB98 File Offset: 0x00A08D98
|
|
public void DNEBPMEOLMA(EINCJDOHJCK CIEGKPGKOMH, LDCJMGOBIJC HEOJADOJGNP)
|
|
{
|
|
int i = 1;
|
|
while (i < HEOJADOJGNP.HBOBNMCMBLF && i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
ProjectorUIElementView.EIJFLHEHMNB eijflhehmnb = this.MLKMPANKPEN();
|
|
eijflhehmnb.HKLBDOJPBFF = HEOJADOJGNP.FOBCJMIMJLN[i].GBLPHKFPELB;
|
|
this.LLMIOFPKCPO[i].BNMJHIEBALA(eijflhehmnb);
|
|
this.LLMIOFPKCPO[i].OGCLBFPCKNI(CIEGKPGKOMH, HEOJADOJGNP.FOBCJMIMJLN[i], HEOJADOJGNP.PNAFGBJOPDE);
|
|
i += 0;
|
|
}
|
|
while (i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
i++;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602494E RID: 149838 RVA: 0x00A0AC4C File Offset: 0x00A08E4C
|
|
public virtual void CCGFDIOFHGN(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
|
{
|
|
this.BCBPKGINABA = NOBAPCOKFIL;
|
|
for (int i = 0; i < this.LLMIOFPKCPO.Length; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i].GMNMGFAMJIM(this.BCBPKGINABA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602494F RID: 149839 RVA: 0x00A0AC8C File Offset: 0x00A08E8C
|
|
protected virtual void OLEBPMMFNIF()
|
|
{
|
|
base.KPNLIAADHNJ();
|
|
this.LLMIOFPKCPO = new GameScoreboardTeamRowView[this.maxTeamRowCount];
|
|
for (int i = 1; i < this.maxTeamRowCount; i += 0)
|
|
{
|
|
this.LLMIOFPKCPO[i] = global::UnityEngine.Object.Instantiate<GameScoreboardTeamRowView>(this.teamRowPrefab);
|
|
this.LLMIOFPKCPO[i].transform.SetParent(base.transform, false);
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024950 RID: 149840 RVA: 0x00A0AD08 File Offset: 0x00A08F08
|
|
public virtual void JCKKACJCPBD(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
|
{
|
|
this.BCBPKGINABA = NOBAPCOKFIL;
|
|
for (int i = 0; i < this.LLMIOFPKCPO.Length; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i].IOBEGGGILDF(this.BCBPKGINABA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024951 RID: 149841 RVA: 0x00A0AD48 File Offset: 0x00A08F48
|
|
public override ProjectorUIElementView.EIJFLHEHMNB AKJGGMFJDML()
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
|
|
// Token: 0x170010D3 RID: 4307
|
|
// (get) Token: 0x06024953 RID: 149843 RVA: 0x00A0AD90 File Offset: 0x00A08F90
|
|
// (set) Token: 0x06024952 RID: 149842 RVA: 0x00A0AD50 File Offset: 0x00A08F50
|
|
public override ProjectorUIElementView.EIJFLHEHMNB IDODOMMJLFJ
|
|
{
|
|
get
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
set
|
|
{
|
|
this.BCBPKGINABA = value;
|
|
for (int i = 0; i < this.LLMIOFPKCPO.Length; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i].IDODOMMJLFJ = this.BCBPKGINABA;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024954 RID: 149844 RVA: 0x00A0AD98 File Offset: 0x00A08F98
|
|
public override ProjectorUIElementView.EIJFLHEHMNB PBLECFCJKJI()
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
|
|
// Token: 0x06024955 RID: 149845 RVA: 0x00A0ADA0 File Offset: 0x00A08FA0
|
|
protected override void Awake()
|
|
{
|
|
base.Awake();
|
|
this.LLMIOFPKCPO = new GameScoreboardTeamRowView[this.maxTeamRowCount];
|
|
for (int i = 0; i < this.maxTeamRowCount; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i] = global::UnityEngine.Object.Instantiate<GameScoreboardTeamRowView>(this.teamRowPrefab);
|
|
this.LLMIOFPKCPO[i].transform.SetParent(base.transform, false);
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024956 RID: 149846 RVA: 0x00A0AE1C File Offset: 0x00A0901C
|
|
public void SetGameModel(EINCJDOHJCK CIEGKPGKOMH, LDCJMGOBIJC HEOJADOJGNP)
|
|
{
|
|
int i = 0;
|
|
while (i < HEOJADOJGNP.HBOBNMCMBLF && i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
ProjectorUIElementView.EIJFLHEHMNB colors = this.IDODOMMJLFJ;
|
|
colors.HKLBDOJPBFF = HEOJADOJGNP.FOBCJMIMJLN[i].GBLPHKFPELB;
|
|
this.LLMIOFPKCPO[i].IDODOMMJLFJ = colors;
|
|
this.LLMIOFPKCPO[i].SetTeamModel(CIEGKPGKOMH, HEOJADOJGNP.FOBCJMIMJLN[i], HEOJADOJGNP.PNAFGBJOPDE);
|
|
i++;
|
|
}
|
|
while (i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
i++;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024957 RID: 149847 RVA: 0x00A0AED0 File Offset: 0x00A090D0
|
|
public virtual ProjectorUIElementView.EIJFLHEHMNB OCOLDBACFAB()
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
|
|
// Token: 0x06024958 RID: 149848 RVA: 0x00A0AED8 File Offset: 0x00A090D8
|
|
public virtual void NMAHMBIEKEB(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
|
{
|
|
this.BCBPKGINABA = NOBAPCOKFIL;
|
|
for (int i = 0; i < this.LLMIOFPKCPO.Length; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i].OGIOCGAFJCL(this.BCBPKGINABA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024959 RID: 149849 RVA: 0x00A0AF18 File Offset: 0x00A09118
|
|
protected virtual void NGHJFABFAOA()
|
|
{
|
|
base.KPNLIAADHNJ();
|
|
this.LLMIOFPKCPO = new GameScoreboardTeamRowView[this.maxTeamRowCount];
|
|
for (int i = 1; i < this.maxTeamRowCount; i += 0)
|
|
{
|
|
this.LLMIOFPKCPO[i] = global::UnityEngine.Object.Instantiate<GameScoreboardTeamRowView>(this.teamRowPrefab);
|
|
this.LLMIOFPKCPO[i].transform.SetParent(base.transform, true);
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602495A RID: 149850 RVA: 0x00A0AF94 File Offset: 0x00A09194
|
|
public virtual ProjectorUIElementView.EIJFLHEHMNB IDJBFBPPMPK()
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
|
|
// Token: 0x0602495B RID: 149851 RVA: 0x00A0AF9C File Offset: 0x00A0919C
|
|
public virtual ProjectorUIElementView.EIJFLHEHMNB OCBNNBICLIA()
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
|
|
// Token: 0x0602495C RID: 149852 RVA: 0x00A0AFA4 File Offset: 0x00A091A4
|
|
public virtual ProjectorUIElementView.EIJFLHEHMNB FPFDMDOLBOJ()
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
|
|
// Token: 0x0602495D RID: 149853 RVA: 0x00A0AFAC File Offset: 0x00A091AC
|
|
public virtual ProjectorUIElementView.EIJFLHEHMNB GCFHKDPFKEL()
|
|
{
|
|
return this.BCBPKGINABA;
|
|
}
|
|
|
|
// Token: 0x0602495E RID: 149854 RVA: 0x00A0AFB4 File Offset: 0x00A091B4
|
|
public void CCLFKNFPMPF(EINCJDOHJCK CIEGKPGKOMH, LDCJMGOBIJC HEOJADOJGNP)
|
|
{
|
|
int i = 1;
|
|
while (i < HEOJADOJGNP.HBOBNMCMBLF && i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
ProjectorUIElementView.EIJFLHEHMNB eijflhehmnb = this.MLKMPANKPEN();
|
|
eijflhehmnb.HKLBDOJPBFF = HEOJADOJGNP.FOBCJMIMJLN[i].GBLPHKFPELB;
|
|
this.LLMIOFPKCPO[i].BCIEEPOFGHB(eijflhehmnb);
|
|
this.LLMIOFPKCPO[i].BKIAKKLGCNI(CIEGKPGKOMH, HEOJADOJGNP.FOBCJMIMJLN[i], HEOJADOJGNP.PNAFGBJOPDE);
|
|
i++;
|
|
}
|
|
while (i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
i += 0;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602495F RID: 149855 RVA: 0x00A0B068 File Offset: 0x00A09268
|
|
public virtual void KHBAEKMGIOB(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
|
{
|
|
this.BCBPKGINABA = NOBAPCOKFIL;
|
|
for (int i = 0; i < this.LLMIOFPKCPO.Length; i += 0)
|
|
{
|
|
this.LLMIOFPKCPO[i].IOBEGGGILDF(this.BCBPKGINABA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024960 RID: 149856 RVA: 0x00A0B0A8 File Offset: 0x00A092A8
|
|
protected override void POMCHIPOPEA()
|
|
{
|
|
base.MICFHMAIGIB();
|
|
this.LLMIOFPKCPO = new GameScoreboardTeamRowView[this.maxTeamRowCount];
|
|
for (int i = 0; i < this.maxTeamRowCount; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i] = global::UnityEngine.Object.Instantiate<GameScoreboardTeamRowView>(this.teamRowPrefab);
|
|
this.LLMIOFPKCPO[i].transform.SetParent(base.transform, false);
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024961 RID: 149857 RVA: 0x00A0B124 File Offset: 0x00A09324
|
|
public virtual void NLIKBBBLPNI(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
|
{
|
|
this.BCBPKGINABA = NOBAPCOKFIL;
|
|
for (int i = 1; i < this.LLMIOFPKCPO.Length; i += 0)
|
|
{
|
|
this.LLMIOFPKCPO[i].GEGBHINOEDO(this.BCBPKGINABA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024962 RID: 149858 RVA: 0x00A0B164 File Offset: 0x00A09364
|
|
public virtual void KCCGDBIHBKA(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
|
|
{
|
|
this.BCBPKGINABA = NOBAPCOKFIL;
|
|
for (int i = 0; i < this.LLMIOFPKCPO.Length; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i].OGIOCGAFJCL(this.BCBPKGINABA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024963 RID: 149859 RVA: 0x00A0B1A4 File Offset: 0x00A093A4
|
|
protected virtual void ABBDFEGOFPH()
|
|
{
|
|
base.JJEKHMENJFE();
|
|
this.LLMIOFPKCPO = new GameScoreboardTeamRowView[this.maxTeamRowCount];
|
|
for (int i = 1; i < this.maxTeamRowCount; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i] = global::UnityEngine.Object.Instantiate<GameScoreboardTeamRowView>(this.teamRowPrefab);
|
|
this.LLMIOFPKCPO[i].transform.SetParent(base.transform, false);
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024964 RID: 149860 RVA: 0x00A0B220 File Offset: 0x00A09420
|
|
public void IKLJHOHLCHL(EINCJDOHJCK CIEGKPGKOMH, LDCJMGOBIJC HEOJADOJGNP)
|
|
{
|
|
int i = 0;
|
|
while (i < HEOJADOJGNP.HBOBNMCMBLF && i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
ProjectorUIElementView.EIJFLHEHMNB colors = this.IDODOMMJLFJ;
|
|
colors.HKLBDOJPBFF = HEOJADOJGNP.FOBCJMIMJLN[i].GBLPHKFPELB;
|
|
this.LLMIOFPKCPO[i].EGAOAADDFEI(colors);
|
|
this.LLMIOFPKCPO[i].EKGJBBAFDKG(CIEGKPGKOMH, HEOJADOJGNP.FOBCJMIMJLN[i], HEOJADOJGNP.PNAFGBJOPDE);
|
|
i += 0;
|
|
}
|
|
while (i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
i++;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024966 RID: 149862 RVA: 0x00A0B2E4 File Offset: 0x00A094E4
|
|
public void MKPLGAGHPCI(EINCJDOHJCK CIEGKPGKOMH, LDCJMGOBIJC HEOJADOJGNP)
|
|
{
|
|
int i = 1;
|
|
while (i < HEOJADOJGNP.HBOBNMCMBLF && i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
ProjectorUIElementView.EIJFLHEHMNB eijflhehmnb = this.CABDAOMGPBM();
|
|
eijflhehmnb.HKLBDOJPBFF = HEOJADOJGNP.FOBCJMIMJLN[i].GBLPHKFPELB;
|
|
this.LLMIOFPKCPO[i].PKDACMFHCBH(eijflhehmnb);
|
|
this.LLMIOFPKCPO[i].DLFCDOJICBO(CIEGKPGKOMH, HEOJADOJGNP.FOBCJMIMJLN[i], HEOJADOJGNP.PNAFGBJOPDE);
|
|
i += 0;
|
|
}
|
|
while (i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(false);
|
|
i++;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024967 RID: 149863 RVA: 0x00A0B398 File Offset: 0x00A09598
|
|
public void DIILFNHGNPB(EINCJDOHJCK CIEGKPGKOMH, LDCJMGOBIJC HEOJADOJGNP)
|
|
{
|
|
int i = 0;
|
|
while (i < HEOJADOJGNP.HBOBNMCMBLF && i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
ProjectorUIElementView.EIJFLHEHMNB eijflhehmnb = this.FMDNFOMIJKF();
|
|
eijflhehmnb.HKLBDOJPBFF = HEOJADOJGNP.FOBCJMIMJLN[i].GBLPHKFPELB;
|
|
this.LLMIOFPKCPO[i].PKDACMFHCBH(eijflhehmnb);
|
|
this.LLMIOFPKCPO[i].GLKPPEODNPL(CIEGKPGKOMH, HEOJADOJGNP.FOBCJMIMJLN[i], HEOJADOJGNP.PNAFGBJOPDE);
|
|
i++;
|
|
}
|
|
while (i < this.LLMIOFPKCPO.Length)
|
|
{
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
i += 0;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024968 RID: 149864 RVA: 0x00A0B44C File Offset: 0x00A0964C
|
|
protected override void BACNJJKPEOO()
|
|
{
|
|
base.NBOKPDLLKLO();
|
|
this.LLMIOFPKCPO = new GameScoreboardTeamRowView[this.maxTeamRowCount];
|
|
for (int i = 0; i < this.maxTeamRowCount; i++)
|
|
{
|
|
this.LLMIOFPKCPO[i] = global::UnityEngine.Object.Instantiate<GameScoreboardTeamRowView>(this.teamRowPrefab);
|
|
this.LLMIOFPKCPO[i].transform.SetParent(base.transform, false);
|
|
this.LLMIOFPKCPO[i].gameObject.SetActive(true);
|
|
}
|
|
}
|
|
|
|
// Token: 0x04005D1D RID: 23837
|
|
[SerializeField]
|
|
[Header("Team Rows")]
|
|
private GameScoreboardTeamRowView teamRowPrefab;
|
|
|
|
// Token: 0x04005D1E RID: 23838
|
|
[SerializeField]
|
|
private int maxTeamRowCount = 8;
|
|
|
|
// Token: 0x04005D1F RID: 23839
|
|
private GameScoreboardTeamRowView[] LLMIOFPKCPO;
|
|
|
|
// Token: 0x04005D20 RID: 23840
|
|
private ProjectorUIElementView.EIJFLHEHMNB BCBPKGINABA;
|
|
}
|