scripts
This commit is contained in:
@@ -0,0 +1,1359 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using RecRoom;
|
||||
using RecRoom.Sandbox;
|
||||
using RecRoom.Tools;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
|
||||
namespace AGUI.StackedUI
|
||||
{
|
||||
// Token: 0x020010C5 RID: 4293
|
||||
public class SandboxEditableEnumUIControl : SandboxEditablePropertyUIControl
|
||||
{
|
||||
// Token: 0x060247FC RID: 149500 RVA: 0x00A04900 File Offset: 0x00A02B00
|
||||
public virtual void PPMCCFBKCNB(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.NIBIKEMLIIJ(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.FLHBMOAGMNF));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060247FD RID: 149501 RVA: 0x00A049CC File Offset: 0x00A02BCC
|
||||
protected int MENHMCIKDEP(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x060247FE RID: 149502 RVA: 0x00A04A00 File Offset: 0x00A02C00
|
||||
protected int JJMBPLFJHEP(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x060247FF RID: 149503 RVA: 0x00A04A34 File Offset: 0x00A02C34
|
||||
protected int PNDIFDCJKPG(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x06024800 RID: 149504 RVA: 0x00A04A68 File Offset: 0x00A02C68
|
||||
public virtual void CEDLPGPCJDB(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MIBJKPHFAJM(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.PLJIAFPAMMD));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024801 RID: 149505 RVA: 0x00A04B34 File Offset: 0x00A02D34
|
||||
public virtual void JFBGHDKKBHA()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.MEJKKAJHJEE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.KDMPJBOANBK())
|
||||
{
|
||||
if (this.MENHMCIKDEP(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024802 RID: 149506 RVA: 0x00A04BD8 File Offset: 0x00A02DD8
|
||||
public virtual void BMHNAAKMPCM()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.MEJKKAJHJEE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.EMFMAFFGBEG())
|
||||
{
|
||||
if (this.KHDOANNBDAD(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024803 RID: 149507 RVA: 0x00A04C7C File Offset: 0x00A02E7C
|
||||
protected virtual void BHBBGPECPGO(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.DMOFMJJMLNP(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024804 RID: 149508 RVA: 0x00A04CA8 File Offset: 0x00A02EA8
|
||||
public virtual void DNKLOEGOHGJ(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[0] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.KHGLKIDHDBL(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.PILEBJEDHOF));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024805 RID: 149509 RVA: 0x00A04D74 File Offset: 0x00A02F74
|
||||
protected virtual void GCPMOMAEFKG(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.DMOFMJJMLNP(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024806 RID: 149510 RVA: 0x00A04DA0 File Offset: 0x00A02FA0
|
||||
protected virtual void NOHFAGNJKOH(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.CLEOBFOGFDN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024807 RID: 149511 RVA: 0x00A04DCC File Offset: 0x00A02FCC
|
||||
public virtual void KIGJPFEDAFJ()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.FAAAHGONKAF() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.EMFMAFFGBEG())
|
||||
{
|
||||
if (this.JJMBPLFJHEP(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024808 RID: 149512 RVA: 0x00A04E70 File Offset: 0x00A03070
|
||||
protected virtual void PDCBAFNJLLG(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.IBKKGNHBAIB(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024809 RID: 149513 RVA: 0x00A04E9C File Offset: 0x00A0309C
|
||||
public virtual void PCDDJMHFBHI(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MMNIHELDPDL(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.GCPMOMAEFKG));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602480A RID: 149514 RVA: 0x00A04F68 File Offset: 0x00A03168
|
||||
protected int DGILCKFBFGF(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x0602480B RID: 149515 RVA: 0x00A04F9C File Offset: 0x00A0319C
|
||||
public virtual void AIDAEDHHKMK()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.MEJKKAJHJEE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.MEJKKAJHJEE())
|
||||
{
|
||||
if (this.OGCAGKKIBDN(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602480C RID: 149516 RVA: 0x00A05040 File Offset: 0x00A03240
|
||||
public virtual void JDOMJHFLPLB(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.KHGLKIDHDBL(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.FNNNHJOHLKM));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602480D RID: 149517 RVA: 0x00A0510C File Offset: 0x00A0330C
|
||||
protected virtual void OEKHPHNOBAI(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.PNDIFDCJKPG(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602480E RID: 149518 RVA: 0x00A05138 File Offset: 0x00A03338
|
||||
public virtual void FJJGDALNMBL(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.NOLPJBMFAFK(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.ENMBIACBPPM));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602480F RID: 149519 RVA: 0x00A05204 File Offset: 0x00A03404
|
||||
protected virtual void JJKJDEBLGEE(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.PDEGJNABLAA(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024810 RID: 149520 RVA: 0x00A05230 File Offset: 0x00A03430
|
||||
public virtual void LHLBKGCGJPJ(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[0] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MIGEMGBCCDF(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.FNNNHJOHLKM));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024811 RID: 149521 RVA: 0x00A052FC File Offset: 0x00A034FC
|
||||
public virtual void KHDDJOPPABN()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.CCCCDDLEMHE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.MEJKKAJHJEE())
|
||||
{
|
||||
if (this.DMOFMJJMLNP(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024812 RID: 149522 RVA: 0x00A053A0 File Offset: 0x00A035A0
|
||||
public virtual void DJGHOGMPPKH()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.CCCCDDLEMHE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.FAAAHGONKAF())
|
||||
{
|
||||
if (this.LHELBPNMHLJ(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024813 RID: 149523 RVA: 0x00A05444 File Offset: 0x00A03644
|
||||
public override void InitializeControl(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[0] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.AddButton(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.AFECHFMEELH));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024814 RID: 149524 RVA: 0x00A05510 File Offset: 0x00A03710
|
||||
protected virtual void NFFBNNIMNMD(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.NPBMEGMIHBO(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024815 RID: 149525 RVA: 0x00A0553C File Offset: 0x00A0373C
|
||||
public virtual void GAAKJKPKMMC(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.IKPFIIJGBMD(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.FNNNHJOHLKM));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024816 RID: 149526 RVA: 0x00A05608 File Offset: 0x00A03808
|
||||
public override void UpdateControl()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.GAIFHNPOKID != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.GAIFHNPOKID)
|
||||
{
|
||||
if (this.MENHMCIKDEP(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024817 RID: 149527 RVA: 0x00A056AC File Offset: 0x00A038AC
|
||||
protected virtual void ENMBIACBPPM(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.EPBEOONCCNN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024818 RID: 149528 RVA: 0x00A056D8 File Offset: 0x00A038D8
|
||||
protected virtual void JBHKMADLKEP(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.DGILCKFBFGF(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024819 RID: 149529 RVA: 0x00A05704 File Offset: 0x00A03904
|
||||
protected virtual void DFDAFIENOHA(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.DGILCKFBFGF(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602481A RID: 149530 RVA: 0x00A05730 File Offset: 0x00A03930
|
||||
public virtual void CDIFBHBDLHN()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.FAAAHGONKAF() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.EMFMAFFGBEG())
|
||||
{
|
||||
if (this.EPBEOONCCNN(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602481B RID: 149531 RVA: 0x00A057D4 File Offset: 0x00A039D4
|
||||
protected int LHELBPNMHLJ(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x0602481C RID: 149532 RVA: 0x00A05808 File Offset: 0x00A03A08
|
||||
protected int NPBMEGMIHBO(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x0602481D RID: 149533 RVA: 0x00A0583C File Offset: 0x00A03A3C
|
||||
protected virtual void PLJIAFPAMMD(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.DGILCKFBFGF(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602481E RID: 149534 RVA: 0x00A05868 File Offset: 0x00A03A68
|
||||
protected virtual void KDBEIJMAAOJ(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.PDEGJNABLAA(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602481F RID: 149535 RVA: 0x00A05894 File Offset: 0x00A03A94
|
||||
protected virtual void CPBEKJFPGIG(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.LKCKNHHECGP(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024820 RID: 149536 RVA: 0x00A058C0 File Offset: 0x00A03AC0
|
||||
public virtual void ICHLJPNBIFK()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.CCCCDDLEMHE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.MEJKKAJHJEE())
|
||||
{
|
||||
if (this.CLEOBFOGFDN(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024821 RID: 149537 RVA: 0x00A05964 File Offset: 0x00A03B64
|
||||
public virtual void KAOKNPBDJLH(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[0] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.CCKGFAHCFKI(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.NFFBNNIMNMD));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024822 RID: 149538 RVA: 0x00A05A30 File Offset: 0x00A03C30
|
||||
public virtual void GIFBEFDLNHL(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[0] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.CCKGFAHCFKI(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.PILEBJEDHOF));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024823 RID: 149539 RVA: 0x00A05AFC File Offset: 0x00A03CFC
|
||||
public virtual void PKEPHCCDAFG()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.EMFMAFFGBEG() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.KDMPJBOANBK())
|
||||
{
|
||||
if (this.LHELBPNMHLJ(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024824 RID: 149540 RVA: 0x00A05BA0 File Offset: 0x00A03DA0
|
||||
protected virtual void JOCBHAPKOBB(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.OGCAGKKIBDN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024825 RID: 149541 RVA: 0x00A05BCC File Offset: 0x00A03DCC
|
||||
protected virtual void PILEBJEDHOF(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.EPBEOONCCNN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024826 RID: 149542 RVA: 0x00A05BF8 File Offset: 0x00A03DF8
|
||||
protected virtual void ILCMDDFHCIN(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.CLEOBFOGFDN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024827 RID: 149543 RVA: 0x00A05C24 File Offset: 0x00A03E24
|
||||
protected virtual void IDBFBECINDD(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.DFGHJHOHOIA(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024828 RID: 149544 RVA: 0x00A05C50 File Offset: 0x00A03E50
|
||||
public virtual void HIDBHBFPJNN()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.EMFMAFFGBEG() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.EMFMAFFGBEG())
|
||||
{
|
||||
if (this.KHDOANNBDAD(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024829 RID: 149545 RVA: 0x00A05CF4 File Offset: 0x00A03EF4
|
||||
protected int LCOPCNNDAKD(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x0602482A RID: 149546 RVA: 0x00A05D28 File Offset: 0x00A03F28
|
||||
public virtual void FEEDDCMMDIH(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[0] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.IKPFIIJGBMD(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.FNNNHJOHLKM));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602482C RID: 149548 RVA: 0x00A05DFC File Offset: 0x00A03FFC
|
||||
protected int PDEGJNABLAA(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x0602482D RID: 149549 RVA: 0x00A05E30 File Offset: 0x00A04030
|
||||
protected virtual void CHNGIDOBJMI(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.CLEOBFOGFDN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602482E RID: 149550 RVA: 0x00A05E5C File Offset: 0x00A0405C
|
||||
protected int EPBEOONCCNN(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x0602482F RID: 149551 RVA: 0x00A05E90 File Offset: 0x00A04090
|
||||
public virtual void HDIEIMONANL()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.GAIFHNPOKID != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.CCCCDDLEMHE())
|
||||
{
|
||||
if (this.JJMBPLFJHEP(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024830 RID: 149552 RVA: 0x00A05F34 File Offset: 0x00A04134
|
||||
protected int IBKKGNHBAIB(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x06024831 RID: 149553 RVA: 0x00A05F68 File Offset: 0x00A04168
|
||||
public virtual void BOFCKKNAMCB(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[0] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MIBJKPHFAJM(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.NFFBNNIMNMD));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024832 RID: 149554 RVA: 0x00A06034 File Offset: 0x00A04234
|
||||
public virtual void GEMJKOMGDMA(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.IKPFIIJGBMD(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.CHNGIDOBJMI));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024833 RID: 149555 RVA: 0x00A06100 File Offset: 0x00A04300
|
||||
public virtual void DHJNADLOMLH(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MBJCGCIMAEH(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.LPPJFCLHAOC));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024834 RID: 149556 RVA: 0x00A061CC File Offset: 0x00A043CC
|
||||
public virtual void KPCNCOGBFGI()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.KDMPJBOANBK() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.KDMPJBOANBK())
|
||||
{
|
||||
if (this.LKCKNHHECGP(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024835 RID: 149557 RVA: 0x00A06270 File Offset: 0x00A04470
|
||||
protected int KHDOANNBDAD(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x06024836 RID: 149558 RVA: 0x00A062A4 File Offset: 0x00A044A4
|
||||
protected virtual void MLGABOBHOLN(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.IBKKGNHBAIB(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024837 RID: 149559 RVA: 0x00A062D0 File Offset: 0x00A044D0
|
||||
protected virtual void FNNNHJOHLKM(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.EPBEOONCCNN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024838 RID: 149560 RVA: 0x00A062FC File Offset: 0x00A044FC
|
||||
protected virtual void IHKNMGLPPFK(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.EPBEOONCCNN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024839 RID: 149561 RVA: 0x00A06328 File Offset: 0x00A04528
|
||||
protected virtual void FLHBMOAGMNF(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.OGCAGKKIBDN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602483A RID: 149562 RVA: 0x00A06354 File Offset: 0x00A04554
|
||||
protected virtual void CAEFABHHGLN(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.KHDOANNBDAD(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602483B RID: 149563 RVA: 0x00A06380 File Offset: 0x00A04580
|
||||
public virtual void ENMCPMPCCNC()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.MEJKKAJHJEE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.FAAAHGONKAF())
|
||||
{
|
||||
if (this.CLEOBFOGFDN(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602483C RID: 149564 RVA: 0x00A06424 File Offset: 0x00A04624
|
||||
protected int OGCAGKKIBDN(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x0602483D RID: 149565 RVA: 0x00A06458 File Offset: 0x00A04658
|
||||
public virtual void DABCOJEHEPK()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.KDMPJBOANBK() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.EMFMAFFGBEG())
|
||||
{
|
||||
if (this.LCOPCNNDAKD(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602483E RID: 149566 RVA: 0x00A064FC File Offset: 0x00A046FC
|
||||
protected int CLEOBFOGFDN(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x0602483F RID: 149567 RVA: 0x00A06530 File Offset: 0x00A04730
|
||||
protected int DFGHJHOHOIA(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x06024840 RID: 149568 RVA: 0x00A06564 File Offset: 0x00A04764
|
||||
public virtual void PMBHIGAKLHG()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.GAIFHNPOKID != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.MEJKKAJHJEE())
|
||||
{
|
||||
if (this.DGILCKFBFGF(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024841 RID: 149569 RVA: 0x00A06608 File Offset: 0x00A04808
|
||||
protected virtual void IDAMPPPFHJC(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.OGCAGKKIBDN(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024842 RID: 149570 RVA: 0x00A06634 File Offset: 0x00A04834
|
||||
public virtual void FMCIJKAMBPP()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.CCCCDDLEMHE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.GAIFHNPOKID)
|
||||
{
|
||||
if (this.EPBEOONCCNN(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024843 RID: 149571 RVA: 0x00A066D8 File Offset: 0x00A048D8
|
||||
protected virtual void OKKNNPBPEHE(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.DFGHJHOHOIA(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024844 RID: 149572 RVA: 0x00A06704 File Offset: 0x00A04904
|
||||
protected int LKCKNHHECGP(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x06024845 RID: 149573 RVA: 0x00A06738 File Offset: 0x00A04938
|
||||
public virtual void LIFJPCFPIEA(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MIBJKPHFAJM(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.FNNNHJOHLKM));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024846 RID: 149574 RVA: 0x00A06804 File Offset: 0x00A04A04
|
||||
public virtual void PLPBLENABDL()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.GAIFHNPOKID != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.GAIFHNPOKID)
|
||||
{
|
||||
if (this.PDEGJNABLAA(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.ForceRelease();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024847 RID: 149575 RVA: 0x00A068A8 File Offset: 0x00A04AA8
|
||||
public virtual void MPIANEBDKOF(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[0] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MMNIHELDPDL(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.MLGABOBHOLN));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024848 RID: 149576 RVA: 0x00A06974 File Offset: 0x00A04B74
|
||||
protected virtual void GAHNMCKFBJJ(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.IBKKGNHBAIB(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024849 RID: 149577 RVA: 0x00A069A0 File Offset: 0x00A04BA0
|
||||
protected virtual void LPPJFCLHAOC(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.LCOPCNNDAKD(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602484A RID: 149578 RVA: 0x00A069CC File Offset: 0x00A04BCC
|
||||
public virtual void PPFEPGOINOA(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MIBJKPHFAJM(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.BHBBGPECPGO));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602484B RID: 149579 RVA: 0x00A06A98 File Offset: 0x00A04C98
|
||||
public virtual void CCBBPPHLJHG(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MIGEMGBCCDF(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.OEKHPHNOBAI));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602484C RID: 149580 RVA: 0x00A06B64 File Offset: 0x00A04D64
|
||||
public virtual void KPGNICFIFMN()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.KDMPJBOANBK() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.MEJKKAJHJEE())
|
||||
{
|
||||
if (this.MENHMCIKDEP(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602484D RID: 149581 RVA: 0x00A06C08 File Offset: 0x00A04E08
|
||||
public virtual void ONNECIILGIM()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.CCCCDDLEMHE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.KDMPJBOANBK())
|
||||
{
|
||||
if (this.CLEOBFOGFDN(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602484E RID: 149582 RVA: 0x00A06CAC File Offset: 0x00A04EAC
|
||||
public virtual void BMBBANKNJPB(MakerPen DJOCOOCPNAA, SandboxEditable.DKKKNNGENLC HICAAOOLLIA)
|
||||
{
|
||||
base.InitializeControl(DJOCOOCPNAA, HICAAOOLLIA);
|
||||
this.HBNBEPDFHKC = HICAAOOLLIA.IJPONKMBEJK[1] as Dictionary<string, int>;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
foreach (KeyValuePair<string, int> keyValuePair in this.HBNBEPDFHKC)
|
||||
{
|
||||
RadioButton3D radioButton3D = global::UnityEngine.Object.Instantiate<RadioButton3D>(this.enumRadioButtonPrefab, this.radioButtonGroup.transform);
|
||||
radioButton3D.EKKOKAHEACI.text = keyValuePair.Key;
|
||||
this.radioButtonGroup.MIBJKPHFAJM(radioButton3D);
|
||||
radioButton3D.OnClick.AddListener(new UnityAction<RadioButton3D>(this.ILCMDDFHCIN));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0602484F RID: 149583 RVA: 0x00A06D78 File Offset: 0x00A04F78
|
||||
protected virtual void LINHFHAEJEL(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.PNDIFDCJKPG(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024850 RID: 149584 RVA: 0x00A06DA4 File Offset: 0x00A04FA4
|
||||
public virtual void EDFPDMEGNAN()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.KDMPJBOANBK() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.GAIFHNPOKID)
|
||||
{
|
||||
if (this.JJMBPLFJHEP(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024851 RID: 149585 RVA: 0x00A06E48 File Offset: 0x00A05048
|
||||
protected virtual void OBMENOOMJLJ(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.IEDABKJNHAF(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024852 RID: 149586 RVA: 0x00A06E74 File Offset: 0x00A05074
|
||||
protected int IEDABKJNHAF(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x06024853 RID: 149587 RVA: 0x00A06EA8 File Offset: 0x00A050A8
|
||||
public virtual void NEEHEDLPCKC()
|
||||
{
|
||||
if (this.GetEditablePropertyValue != null)
|
||||
{
|
||||
int num = (int)this.GetEditablePropertyValue();
|
||||
if (this.radioButtonGroup.MEJKKAJHJEE() != null)
|
||||
{
|
||||
foreach (RadioButton3D radioButton3D in this.radioButtonGroup.CCCCDDLEMHE())
|
||||
{
|
||||
if (this.NPBMEGMIHBO(radioButton3D) == num)
|
||||
{
|
||||
radioButton3D.ForcePressed();
|
||||
}
|
||||
else
|
||||
{
|
||||
radioButton3D.JNNPDOPIAJI();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06024854 RID: 149588 RVA: 0x00A06F4C File Offset: 0x00A0514C
|
||||
protected int DMOFMJJMLNP(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
int num = -1;
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
this.HBNBEPDFHKC.TryGetValue(ILOFENDAFLM.EKKOKAHEACI.text, out num);
|
||||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x06024855 RID: 149589 RVA: 0x00A06F80 File Offset: 0x00A05180
|
||||
protected virtual void AFECHFMEELH(RadioButton3D ILOFENDAFLM)
|
||||
{
|
||||
if (this.HBNBEPDFHKC != null)
|
||||
{
|
||||
int num = this.MENHMCIKDEP(ILOFENDAFLM);
|
||||
base.FBOKMIDKKJC(num);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04005D03 RID: 23811
|
||||
[SerializeField]
|
||||
private RadioButton3D enumRadioButtonPrefab;
|
||||
|
||||
// Token: 0x04005D04 RID: 23812
|
||||
[ENMFCLPAKBJ(FOGKDGELKHN.SelfAndChildren, false)]
|
||||
[SerializeField]
|
||||
private RadioGroup3D radioButtonGroup;
|
||||
|
||||
// Token: 0x04005D05 RID: 23813
|
||||
private Dictionary<string, int> HBNBEPDFHKC;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user