1207 lines
33 KiB
C#
1207 lines
33 KiB
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Threading;
|
|
using RecRoom.Tools;
|
|
using UnityEngine;
|
|
|
|
namespace AGUI.StackedUI
|
|
{
|
|
// Token: 0x020010A9 RID: 4265
|
|
public class MakerPenBasicUIFlow : ToolUIFlow
|
|
{
|
|
// Token: 0x060242BC RID: 148156 RVA: 0x009E92EC File Offset: 0x009E74EC
|
|
public void GKNAAHMKIOE()
|
|
{
|
|
if (this.IBPNIIJPFEL != null)
|
|
{
|
|
this.IBPNIIJPFEL();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242BD RID: 148157 RVA: 0x009E9304 File Offset: 0x009E7504
|
|
public void GEELNODIFPD(int EDLJNELLNCO)
|
|
{
|
|
if (this.CCEHBCNCNMM != null)
|
|
{
|
|
this.CCEHBCNCNMM(EDLJNELLNCO);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242BE RID: 148158 RVA: 0x009E9320 File Offset: 0x009E7520
|
|
public void JLEIELNOJPK(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242BF RID: 148159 RVA: 0x009E9358 File Offset: 0x009E7558
|
|
public virtual void CAJAELGEPEC(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.OnFlowEntered(KJKLMLPCCAO);
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242C0 RID: 148160 RVA: 0x009E9368 File Offset: 0x009E7568
|
|
public void LOJFEGGEJPI(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242C1 RID: 148161 RVA: 0x009E93A0 File Offset: 0x009E75A0
|
|
public void NLCIDNHOAPF(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242C2 RID: 148162 RVA: 0x009E93D8 File Offset: 0x009E75D8
|
|
public virtual void PNKKPNKAEMO()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242C3 RID: 148163 RVA: 0x009E93E8 File Offset: 0x009E75E8
|
|
public virtual void FPBKBGOGJPA()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242C4 RID: 148164 RVA: 0x009E93F8 File Offset: 0x009E75F8
|
|
public void MOIJDOOIALC(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242C5 RID: 148165 RVA: 0x009E9430 File Offset: 0x009E7630
|
|
public virtual void EBDGLMPALDA()
|
|
{
|
|
if (this.EIOLPKPLLDJ == null)
|
|
{
|
|
return;
|
|
}
|
|
int num = 1;
|
|
BMOAOJCEOFI.CLHPCLFGDEO currentMeshShape = this.EIOLPKPLLDJ.EAOAPNKBKMC.OMJEJNDPDLG;
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Tube)
|
|
{
|
|
if (currentMeshShape != (BMOAOJCEOFI.CLHPCLFGDEO)8)
|
|
{
|
|
if (currentMeshShape == BMOAOJCEOFI.CLHPCLFGDEO.Sphere)
|
|
{
|
|
num = 8;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
if (!this.penModeRadioGroup.GAIFHNPOKID[num].ENKJKGMOLJL)
|
|
{
|
|
this.penModeRadioGroup.FAAAHGONKAF()[num].ForcePressed();
|
|
}
|
|
if (!this.GCPNDGGGEGG.JCEFMPOOEEG()[(int)this.EIOLPKPLLDJ.FBDNDGOGKKO].ENKJKGMOLJL)
|
|
{
|
|
this.GCPNDGGGEGG.KFHPPKGIBCO()[(int)this.KLKGFHHMCAN().FBDNDGOGKKO].ForcePressed();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242C6 RID: 148166 RVA: 0x009E9508 File Offset: 0x009E7708
|
|
public void NFFNBADEDIN(int EDLJNELLNCO)
|
|
{
|
|
if (this.CCEHBCNCNMM != null)
|
|
{
|
|
this.CCEHBCNCNMM(EDLJNELLNCO);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242C7 RID: 148167 RVA: 0x009E9524 File Offset: 0x009E7724
|
|
public void JHEJEHBFBOB(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242C8 RID: 148168 RVA: 0x009E955C File Offset: 0x009E775C
|
|
public void JOHMOLPBIMJ(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242C9 RID: 148169 RVA: 0x009E9594 File Offset: 0x009E7794
|
|
public virtual void IAKDPGJOOGA(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.IDBJJOGECJK(KJKLMLPCCAO);
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242CA RID: 148170 RVA: 0x009E95A4 File Offset: 0x009E77A4
|
|
public void FOKOJPCNJPA(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242CB RID: 148171 RVA: 0x009E95DC File Offset: 0x009E77DC
|
|
public void NADOONDIEFB(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242CC RID: 148172 RVA: 0x009E9614 File Offset: 0x009E7814
|
|
public virtual void KKDEBCKNNHL(int DHIHCGGBCJA)
|
|
{
|
|
if (this.IOIEFAPGJGD != null)
|
|
{
|
|
this.IOIEFAPGJGD(DHIHCGGBCJA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242CD RID: 148173 RVA: 0x009E9630 File Offset: 0x009E7830
|
|
public override void StackedUIOpened()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242CE RID: 148174 RVA: 0x009E9640 File Offset: 0x009E7840
|
|
public void DJDMHLEMMDI(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x14000199 RID: 409
|
|
// (add) Token: 0x060242CF RID: 148175 RVA: 0x009E9678 File Offset: 0x009E7878
|
|
// (remove) Token: 0x06024311 RID: 148241 RVA: 0x009EA35C File Offset: 0x009E855C
|
|
[field: DebuggerBrowsable(DebuggerBrowsableState.Never)]
|
|
public event Action IBPNIIJPFEL;
|
|
|
|
// Token: 0x060242D0 RID: 148176 RVA: 0x009E96B0 File Offset: 0x009E78B0
|
|
public override void UpdateUIElements()
|
|
{
|
|
if (this.EIOLPKPLLDJ == null)
|
|
{
|
|
return;
|
|
}
|
|
int num = 0;
|
|
BMOAOJCEOFI.CLHPCLFGDEO currentMeshShape = this.EIOLPKPLLDJ.EAOAPNKBKMC.OMJEJNDPDLG;
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Tube)
|
|
{
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Box)
|
|
{
|
|
if (currentMeshShape == BMOAOJCEOFI.CLHPCLFGDEO.Sphere)
|
|
{
|
|
num = 2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 1;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
if (!this.penModeRadioGroup.GAIFHNPOKID[num].ENKJKGMOLJL)
|
|
{
|
|
this.penModeRadioGroup.GAIFHNPOKID[num].ForcePressed();
|
|
}
|
|
if (!this.GCPNDGGGEGG.GAIFHNPOKID[(int)this.EIOLPKPLLDJ.FBDNDGOGKKO].ENKJKGMOLJL)
|
|
{
|
|
this.GCPNDGGGEGG.GAIFHNPOKID[(int)this.EIOLPKPLLDJ.FBDNDGOGKKO].ForcePressed();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242D1 RID: 148177 RVA: 0x009E9788 File Offset: 0x009E7988
|
|
public void PLFDGGFDENF(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242D2 RID: 148178 RVA: 0x009E97C0 File Offset: 0x009E79C0
|
|
public void GHADCENGAOK(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242D3 RID: 148179 RVA: 0x009E97F8 File Offset: 0x009E79F8
|
|
public void CGFCFFLGGLC(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242D4 RID: 148180 RVA: 0x009E9830 File Offset: 0x009E7A30
|
|
public void AJGCBEHAFAD(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242D5 RID: 148181 RVA: 0x009E9868 File Offset: 0x009E7A68
|
|
public void LEKDPKIHKDB(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242D6 RID: 148182 RVA: 0x009E98A0 File Offset: 0x009E7AA0
|
|
public void GGAIHLEEIHP(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242D7 RID: 148183 RVA: 0x009E98D8 File Offset: 0x009E7AD8
|
|
public void NFEDLOLLNCL(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242D8 RID: 148184 RVA: 0x009E9910 File Offset: 0x009E7B10
|
|
public void OOKFGGMHNCB(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242D9 RID: 148185 RVA: 0x009E9948 File Offset: 0x009E7B48
|
|
public void NFCFGCKLOJF(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242DA RID: 148186 RVA: 0x009E9980 File Offset: 0x009E7B80
|
|
public virtual void OHJHPJDIEPA(int DHIHCGGBCJA)
|
|
{
|
|
if (this.IOIEFAPGJGD != null)
|
|
{
|
|
this.IOIEFAPGJGD(DHIHCGGBCJA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242DB RID: 148187 RVA: 0x009E999C File Offset: 0x009E7B9C
|
|
public virtual void ODFANBEIPDO(StackedUIBase LMODDIOHMLJ)
|
|
{
|
|
base.Initialize(LMODDIOHMLJ);
|
|
this.GCPNDGGGEGG = base.GetComponentInChildren<ColorPickerScreen>();
|
|
}
|
|
|
|
// Token: 0x14000198 RID: 408
|
|
// (add) Token: 0x060242E1 RID: 148193 RVA: 0x009E9A60 File Offset: 0x009E7C60
|
|
// (remove) Token: 0x060242DC RID: 148188 RVA: 0x009E99B4 File Offset: 0x009E7BB4
|
|
[field: DebuggerBrowsable(DebuggerBrowsableState.Never)]
|
|
public event Action<int> IOIEFAPGJGD;
|
|
|
|
// Token: 0x060242DD RID: 148189 RVA: 0x009E99EC File Offset: 0x009E7BEC
|
|
public virtual void GCGBCICCKEL(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.NFPKBKEOBOD(KJKLMLPCCAO);
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242DE RID: 148190 RVA: 0x009E99FC File Offset: 0x009E7BFC
|
|
public void NJFDKIFJLGH(int EDLJNELLNCO)
|
|
{
|
|
if (this.CCEHBCNCNMM != null)
|
|
{
|
|
this.CCEHBCNCNMM(EDLJNELLNCO);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242DF RID: 148191 RVA: 0x009E9A18 File Offset: 0x009E7C18
|
|
public virtual void GEBJGIDAGLI(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.FAMCHIBIHGA(KJKLMLPCCAO);
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242E0 RID: 148192 RVA: 0x009E9A28 File Offset: 0x009E7C28
|
|
public void EANELIJAJLO(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x14000197 RID: 407
|
|
// (add) Token: 0x060242E2 RID: 148194 RVA: 0x009E9A98 File Offset: 0x009E7C98
|
|
// (remove) Token: 0x060242EA RID: 148202 RVA: 0x009E9C7C File Offset: 0x009E7E7C
|
|
[field: DebuggerBrowsable(DebuggerBrowsableState.Never)]
|
|
public event Action<int> CCEHBCNCNMM;
|
|
|
|
// Token: 0x060242E3 RID: 148195 RVA: 0x009E9AD0 File Offset: 0x009E7CD0
|
|
public void SelectColor(int EDLJNELLNCO)
|
|
{
|
|
if (this.CCEHBCNCNMM != null)
|
|
{
|
|
this.CCEHBCNCNMM(EDLJNELLNCO);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242E4 RID: 148196 RVA: 0x009E9AEC File Offset: 0x009E7CEC
|
|
public virtual void DNFMIPLFALN(int DHIHCGGBCJA)
|
|
{
|
|
if (this.IOIEFAPGJGD != null)
|
|
{
|
|
this.IOIEFAPGJGD(DHIHCGGBCJA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242E5 RID: 148197 RVA: 0x009E9B08 File Offset: 0x009E7D08
|
|
public void LGOCGAMMOCM(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242E6 RID: 148198 RVA: 0x009E9B40 File Offset: 0x009E7D40
|
|
public virtual void MJMGLCHKAMI()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242E7 RID: 148199 RVA: 0x009E9B50 File Offset: 0x009E7D50
|
|
public void OLCMCCAHAHF(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242E8 RID: 148200 RVA: 0x009E9B88 File Offset: 0x009E7D88
|
|
public virtual void SelectShape(int DHIHCGGBCJA)
|
|
{
|
|
if (this.IOIEFAPGJGD != null)
|
|
{
|
|
this.IOIEFAPGJGD(DHIHCGGBCJA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242E9 RID: 148201 RVA: 0x009E9BA4 File Offset: 0x009E7DA4
|
|
public virtual void BFBMGBJEKIM()
|
|
{
|
|
if (this.EIOLPKPLLDJ == null)
|
|
{
|
|
return;
|
|
}
|
|
int num = 1;
|
|
BMOAOJCEOFI.CLHPCLFGDEO currentMeshShape = this.EIOLPKPLLDJ.IIPOAEBHDHB().OMJEJNDPDLG;
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Tube)
|
|
{
|
|
if (currentMeshShape != (BMOAOJCEOFI.CLHPCLFGDEO)8)
|
|
{
|
|
if (currentMeshShape == BMOAOJCEOFI.CLHPCLFGDEO.Cylinder)
|
|
{
|
|
num = 2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
if (!this.penModeRadioGroup.FAAAHGONKAF()[num].ENKJKGMOLJL)
|
|
{
|
|
this.penModeRadioGroup.KDMPJBOANBK()[num].ForcePressed();
|
|
}
|
|
if (!this.GCPNDGGGEGG.FOADOLGKLFC()[(int)this.BPNODPIDKJJ().FBDNDGOGKKO].ENKJKGMOLJL)
|
|
{
|
|
this.GCPNDGGGEGG.KDMPJBOANBK()[(int)this.CBBBJNILEIA().FBDNDGOGKKO].ForcePressed();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242EB RID: 148203 RVA: 0x009E9CB4 File Offset: 0x009E7EB4
|
|
public virtual void OAJOLBBMJOD()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242EC RID: 148204 RVA: 0x009E9CC4 File Offset: 0x009E7EC4
|
|
public void FMLMDPGJIFB(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242ED RID: 148205 RVA: 0x009E9CFC File Offset: 0x009E7EFC
|
|
public void CMEJONIFOAK(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242EE RID: 148206 RVA: 0x009E9D34 File Offset: 0x009E7F34
|
|
public override void OnFlowEntered(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.OnFlowEntered(KJKLMLPCCAO);
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242EF RID: 148207 RVA: 0x009E9D44 File Offset: 0x009E7F44
|
|
public void EOBPHABFHOP(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242F0 RID: 148208 RVA: 0x009E9D7C File Offset: 0x009E7F7C
|
|
public virtual void GKBAAPPBHIN(StackedUIBase LMODDIOHMLJ)
|
|
{
|
|
base.Initialize(LMODDIOHMLJ);
|
|
this.GCPNDGGGEGG = base.GetComponentInChildren<ColorPickerScreen>();
|
|
}
|
|
|
|
// Token: 0x060242F1 RID: 148209 RVA: 0x009E9D94 File Offset: 0x009E7F94
|
|
public void IOHANPKPHCP(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242F2 RID: 148210 RVA: 0x009E9DCC File Offset: 0x009E7FCC
|
|
public virtual void ILHCNADDAHC()
|
|
{
|
|
if (this.BPNODPIDKJJ() == null)
|
|
{
|
|
return;
|
|
}
|
|
int num = 1;
|
|
BMOAOJCEOFI.CLHPCLFGDEO currentMeshShape = this.KLKGFHHMCAN().EAOAPNKBKMC.OMJEJNDPDLG;
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Tube)
|
|
{
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Sphere)
|
|
{
|
|
if (currentMeshShape == (BMOAOJCEOFI.CLHPCLFGDEO)6)
|
|
{
|
|
num = 6;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 1;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
if (!this.penModeRadioGroup.MEJKKAJHJEE()[num].ENKJKGMOLJL)
|
|
{
|
|
this.penModeRadioGroup.KDMPJBOANBK()[num].ForcePressed();
|
|
}
|
|
if (!this.GCPNDGGGEGG.JDOEOKKLDFI()[(int)this.KLKGFHHMCAN().FBDNDGOGKKO].ENKJKGMOLJL)
|
|
{
|
|
this.GCPNDGGGEGG.KFHPPKGIBCO()[(int)this.BPNODPIDKJJ().FBDNDGOGKKO].ForcePressed();
|
|
}
|
|
}
|
|
|
|
// Token: 0x060242F3 RID: 148211 RVA: 0x009E9EA4 File Offset: 0x009E80A4
|
|
public virtual void BAFALDKLHOP(StackedUIBase LMODDIOHMLJ)
|
|
{
|
|
base.Initialize(LMODDIOHMLJ);
|
|
this.GCPNDGGGEGG = base.GetComponentInChildren<ColorPickerScreen>();
|
|
}
|
|
|
|
// Token: 0x060242F4 RID: 148212 RVA: 0x009E9EBC File Offset: 0x009E80BC
|
|
public void EJOECEGADBL(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242F5 RID: 148213 RVA: 0x009E9EF4 File Offset: 0x009E80F4
|
|
public virtual void ADJKMBMHAHD(StackedUIBase LMODDIOHMLJ)
|
|
{
|
|
base.Initialize(LMODDIOHMLJ);
|
|
this.GCPNDGGGEGG = base.GetComponentInChildren<ColorPickerScreen>();
|
|
}
|
|
|
|
// Token: 0x060242F6 RID: 148214 RVA: 0x009E9F0C File Offset: 0x009E810C
|
|
public void NHPCOFFNKPP(MakerPen NOBAPCOKFIL)
|
|
{
|
|
this.<FJEPBMMNOOD>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x060242F7 RID: 148215 RVA: 0x009E9F18 File Offset: 0x009E8118
|
|
public virtual void GHIBMFJIGED()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x170010B2 RID: 4274
|
|
// (get) Token: 0x0602430B RID: 148235 RVA: 0x009EA200 File Offset: 0x009E8400
|
|
// (set) Token: 0x060242F8 RID: 148216 RVA: 0x009E9F28 File Offset: 0x009E8128
|
|
public MakerPen EIOLPKPLLDJ { get; set; }
|
|
|
|
// Token: 0x060242F9 RID: 148217 RVA: 0x009E9F34 File Offset: 0x009E8134
|
|
public virtual void HOOKEDLBPNG(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.MHDNOIDFMMG(KJKLMLPCCAO);
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x060242FA RID: 148218 RVA: 0x009E9F44 File Offset: 0x009E8144
|
|
public MakerPen CBBBJNILEIA()
|
|
{
|
|
return this.<FJEPBMMNOOD>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x060242FB RID: 148219 RVA: 0x009E9F4C File Offset: 0x009E814C
|
|
public void LAMJBNAEAKF(MakerPen NOBAPCOKFIL)
|
|
{
|
|
this.<FJEPBMMNOOD>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x060242FC RID: 148220 RVA: 0x009E9F58 File Offset: 0x009E8158
|
|
public void CNBPILEHMLA(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x060242FD RID: 148221 RVA: 0x009E9F90 File Offset: 0x009E8190
|
|
public void CEJFDDBODPM(MakerPen NOBAPCOKFIL)
|
|
{
|
|
this.<FJEPBMMNOOD>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x060242FE RID: 148222 RVA: 0x009E9F9C File Offset: 0x009E819C
|
|
public MakerPen BPNODPIDKJJ()
|
|
{
|
|
return this.<FJEPBMMNOOD>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x060242FF RID: 148223 RVA: 0x009E9FA4 File Offset: 0x009E81A4
|
|
public virtual void AMIPEKMJDBJ()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x06024300 RID: 148224 RVA: 0x009E9FB4 File Offset: 0x009E81B4
|
|
public void AssignColorsToColorPicker(Color[] NHJIGHIOOCG)
|
|
{
|
|
if (this.GCPNDGGGEGG != null)
|
|
{
|
|
this.GCPNDGGGEGG.GPEKKJOLDGF = NHJIGHIOOCG;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024301 RID: 148225 RVA: 0x009E9FD4 File Offset: 0x009E81D4
|
|
public virtual void DHGDHJIEMHM()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x06024302 RID: 148226 RVA: 0x009E9FE4 File Offset: 0x009E81E4
|
|
public virtual void PJLFAPAINIK(int DHIHCGGBCJA)
|
|
{
|
|
if (this.IOIEFAPGJGD != null)
|
|
{
|
|
this.IOIEFAPGJGD(DHIHCGGBCJA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024303 RID: 148227 RVA: 0x009EA000 File Offset: 0x009E8200
|
|
public override void Initialize(StackedUIBase LMODDIOHMLJ)
|
|
{
|
|
base.Initialize(LMODDIOHMLJ);
|
|
this.GCPNDGGGEGG = base.GetComponentInChildren<ColorPickerScreen>();
|
|
}
|
|
|
|
// Token: 0x06024304 RID: 148228 RVA: 0x009EA018 File Offset: 0x009E8218
|
|
public virtual void OAJHNCBIGOM()
|
|
{
|
|
if (this.BPNODPIDKJJ() == null)
|
|
{
|
|
return;
|
|
}
|
|
int num = 1;
|
|
BMOAOJCEOFI.CLHPCLFGDEO currentMeshShape = this.POKDNHDAPHG().EAOAPNKBKMC.OMJEJNDPDLG;
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Tube)
|
|
{
|
|
if (currentMeshShape != (BMOAOJCEOFI.CLHPCLFGDEO)7)
|
|
{
|
|
if (currentMeshShape == (BMOAOJCEOFI.CLHPCLFGDEO)8)
|
|
{
|
|
num = 5;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 1;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 1;
|
|
}
|
|
if (!this.penModeRadioGroup.EMFMAFFGBEG()[num].ENKJKGMOLJL)
|
|
{
|
|
this.penModeRadioGroup.CCCCDDLEMHE()[num].ForcePressed();
|
|
}
|
|
if (!this.GCPNDGGGEGG.NMLDNHDMMDA()[(int)this.CBBBJNILEIA().FBDNDGOGKKO].ENKJKGMOLJL)
|
|
{
|
|
this.GCPNDGGGEGG.NMLDNHDMMDA()[(int)this.BPNODPIDKJJ().FBDNDGOGKKO].ForcePressed();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024305 RID: 148229 RVA: 0x009EA0F0 File Offset: 0x009E82F0
|
|
public void MPGDGCEENCB(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x06024306 RID: 148230 RVA: 0x009EA128 File Offset: 0x009E8328
|
|
public void MHABONBKONO()
|
|
{
|
|
if (this.IBPNIIJPFEL != null)
|
|
{
|
|
this.IBPNIIJPFEL();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024307 RID: 148231 RVA: 0x009EA140 File Offset: 0x009E8340
|
|
public virtual void FNJNAGBOCPO(StackedUIBase LMODDIOHMLJ)
|
|
{
|
|
base.Initialize(LMODDIOHMLJ);
|
|
this.GCPNDGGGEGG = base.GetComponentInChildren<ColorPickerScreen>();
|
|
}
|
|
|
|
// Token: 0x06024308 RID: 148232 RVA: 0x009EA158 File Offset: 0x009E8358
|
|
public void JLOKPCHAJAL(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x06024309 RID: 148233 RVA: 0x009EA190 File Offset: 0x009E8390
|
|
public void CEKKIMLPCCH(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x0602430A RID: 148234 RVA: 0x009EA1C8 File Offset: 0x009E83C8
|
|
public void PLNNMLHBIGM(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x0602430C RID: 148236 RVA: 0x009EA208 File Offset: 0x009E8408
|
|
public virtual void GIDCIPCKHHG(StackedUIFlowBase KJKLMLPCCAO)
|
|
{
|
|
base.FAMCHIBIHGA(KJKLMLPCCAO);
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x0602430D RID: 148237 RVA: 0x009EA218 File Offset: 0x009E8418
|
|
public virtual void CMPNAGIAKJD()
|
|
{
|
|
if (this.BPNODPIDKJJ() == null)
|
|
{
|
|
return;
|
|
}
|
|
int num = 1;
|
|
BMOAOJCEOFI.CLHPCLFGDEO currentMeshShape = this.CBBBJNILEIA().IIPOAEBHDHB().OMJEJNDPDLG;
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Tube)
|
|
{
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Box)
|
|
{
|
|
if (currentMeshShape == (BMOAOJCEOFI.CLHPCLFGDEO)8)
|
|
{
|
|
num = 8;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 1;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
if (!this.penModeRadioGroup.CCCCDDLEMHE()[num].ENKJKGMOLJL)
|
|
{
|
|
this.penModeRadioGroup.GAIFHNPOKID[num].ForcePressed();
|
|
}
|
|
if (!this.GCPNDGGGEGG.CECGEDMEJPE()[(int)this.POKDNHDAPHG().FBDNDGOGKKO].ENKJKGMOLJL)
|
|
{
|
|
this.GCPNDGGGEGG.JDOEOKKLDFI()[(int)this.EIOLPKPLLDJ.FBDNDGOGKKO].ForcePressed();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602430E RID: 148238 RVA: 0x009EA2F0 File Offset: 0x009E84F0
|
|
public void ToggleBasicAdvancedMode()
|
|
{
|
|
if (this.IBPNIIJPFEL != null)
|
|
{
|
|
this.IBPNIIJPFEL();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602430F RID: 148239 RVA: 0x009EA308 File Offset: 0x009E8508
|
|
public void DFONPLNCJNB(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x06024310 RID: 148240 RVA: 0x009EA340 File Offset: 0x009E8540
|
|
public virtual void MABEFIHPMJI(int DHIHCGGBCJA)
|
|
{
|
|
if (this.IOIEFAPGJGD != null)
|
|
{
|
|
this.IOIEFAPGJGD(DHIHCGGBCJA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024312 RID: 148242 RVA: 0x009EA394 File Offset: 0x009E8594
|
|
public void KAELNPGGADH(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x06024313 RID: 148243 RVA: 0x009EA3CC File Offset: 0x009E85CC
|
|
public virtual void CJEEOGCFIGF(int DHIHCGGBCJA)
|
|
{
|
|
if (this.IOIEFAPGJGD != null)
|
|
{
|
|
this.IOIEFAPGJGD(DHIHCGGBCJA);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024314 RID: 148244 RVA: 0x009EA3E8 File Offset: 0x009E85E8
|
|
public void MKLILLBOGHM()
|
|
{
|
|
if (this.IBPNIIJPFEL != null)
|
|
{
|
|
this.IBPNIIJPFEL();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024315 RID: 148245 RVA: 0x009EA400 File Offset: 0x009E8600
|
|
public virtual void JOOFOBHJILA()
|
|
{
|
|
if (this.EIOLPKPLLDJ == null)
|
|
{
|
|
return;
|
|
}
|
|
int num = 0;
|
|
BMOAOJCEOFI.CLHPCLFGDEO currentMeshShape = this.EIOLPKPLLDJ.IIPOAEBHDHB().OMJEJNDPDLG;
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Tube)
|
|
{
|
|
if (currentMeshShape != (BMOAOJCEOFI.CLHPCLFGDEO)8)
|
|
{
|
|
if (currentMeshShape == BMOAOJCEOFI.CLHPCLFGDEO.Cylinder)
|
|
{
|
|
num = 7;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 1;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
if (!this.penModeRadioGroup.KDMPJBOANBK()[num].ENKJKGMOLJL)
|
|
{
|
|
this.penModeRadioGroup.MEJKKAJHJEE()[num].ForcePressed();
|
|
}
|
|
if (!this.GCPNDGGGEGG.FOADOLGKLFC()[(int)this.KLKGFHHMCAN().FBDNDGOGKKO].ENKJKGMOLJL)
|
|
{
|
|
this.GCPNDGGGEGG.IKOKAMNMEDK()[(int)this.KLKGFHHMCAN().FBDNDGOGKKO].ForcePressed();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024316 RID: 148246 RVA: 0x009EA4D8 File Offset: 0x009E86D8
|
|
public MakerPen POKDNHDAPHG()
|
|
{
|
|
return this.<FJEPBMMNOOD>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06024317 RID: 148247 RVA: 0x009EA4E0 File Offset: 0x009E86E0
|
|
public void MDHELNPEFON(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x06024318 RID: 148248 RVA: 0x009EA518 File Offset: 0x009E8718
|
|
public void CCBDFLCHCCE(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x06024319 RID: 148249 RVA: 0x009EA550 File Offset: 0x009E8750
|
|
public void AFCOMOAHIDF(MakerPen NOBAPCOKFIL)
|
|
{
|
|
this.<FJEPBMMNOOD>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x0602431A RID: 148250 RVA: 0x009EA55C File Offset: 0x009E875C
|
|
public void DPBCHNFLFEO(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.CCEHBCNCNMM;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.CCEHBCNCNMM, (Action<int>)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x0602431B RID: 148251 RVA: 0x009EA594 File Offset: 0x009E8794
|
|
public void CFGPLOLJDNM(Color[] NHJIGHIOOCG)
|
|
{
|
|
if (this.GCPNDGGGEGG != null)
|
|
{
|
|
this.GCPNDGGGEGG.MNCCBCNOBGN(NHJIGHIOOCG);
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602431C RID: 148252 RVA: 0x009EA5B4 File Offset: 0x009E87B4
|
|
public void KHPMCNHJHKB(Action<int> NOBAPCOKFIL)
|
|
{
|
|
Action<int> action = this.IOIEFAPGJGD;
|
|
Action<int> action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action<int>>(ref this.IOIEFAPGJGD, (Action<int>)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x0602431D RID: 148253 RVA: 0x009EA5EC File Offset: 0x009E87EC
|
|
public MakerPen KLKGFHHMCAN()
|
|
{
|
|
return this.<FJEPBMMNOOD>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x0602431E RID: 148254 RVA: 0x009EA5F4 File Offset: 0x009E87F4
|
|
public MakerPen JPGGIFIMCLE()
|
|
{
|
|
return this.<FJEPBMMNOOD>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x0602431F RID: 148255 RVA: 0x009EA5FC File Offset: 0x009E87FC
|
|
public void HKLGAEPHCOB(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Remove(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x06024320 RID: 148256 RVA: 0x009EA634 File Offset: 0x009E8834
|
|
public virtual void LGMKBGNJLBH()
|
|
{
|
|
base.StackedUIOpened();
|
|
this.UpdateUIElements();
|
|
}
|
|
|
|
// Token: 0x06024321 RID: 148257 RVA: 0x009EA644 File Offset: 0x009E8844
|
|
public void HAFLGBHOHAA(Action NOBAPCOKFIL)
|
|
{
|
|
Action action = this.IBPNIIJPFEL;
|
|
Action action2;
|
|
do
|
|
{
|
|
action2 = action;
|
|
action = Interlocked.CompareExchange<Action>(ref this.IBPNIIJPFEL, (Action)Delegate.Combine(action2, NOBAPCOKFIL), action);
|
|
}
|
|
while (action != action2);
|
|
}
|
|
|
|
// Token: 0x06024322 RID: 148258 RVA: 0x009EA67C File Offset: 0x009E887C
|
|
public virtual void HJMJIBLLJAO()
|
|
{
|
|
if (this.EIOLPKPLLDJ == null)
|
|
{
|
|
return;
|
|
}
|
|
int num = 1;
|
|
BMOAOJCEOFI.CLHPCLFGDEO currentMeshShape = this.CBBBJNILEIA().EAOAPNKBKMC.OMJEJNDPDLG;
|
|
if (currentMeshShape != BMOAOJCEOFI.CLHPCLFGDEO.Tube)
|
|
{
|
|
if (currentMeshShape != (BMOAOJCEOFI.CLHPCLFGDEO)7)
|
|
{
|
|
if (currentMeshShape == BMOAOJCEOFI.CLHPCLFGDEO.Ribbon)
|
|
{
|
|
num = 5;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 0;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
num = 1;
|
|
}
|
|
if (!this.penModeRadioGroup.CCCCDDLEMHE()[num].ENKJKGMOLJL)
|
|
{
|
|
this.penModeRadioGroup.KDMPJBOANBK()[num].ForcePressed();
|
|
}
|
|
if (!this.GCPNDGGGEGG.CIAHMBGPBIL()[(int)this.JPGGIFIMCLE().FBDNDGOGKKO].ENKJKGMOLJL)
|
|
{
|
|
this.GCPNDGGGEGG.CIAHMBGPBIL()[(int)this.KLKGFHHMCAN().FBDNDGOGKKO].ForcePressed();
|
|
}
|
|
}
|
|
|
|
// Token: 0x04005C63 RID: 23651
|
|
[SerializeField]
|
|
protected RadioGroup3D penModeRadioGroup;
|
|
|
|
// Token: 0x04005C67 RID: 23655
|
|
protected ColorPickerScreen GCPNDGGGEGG;
|
|
}
|
|
}
|