1791 lines
54 KiB
C#
1791 lines
54 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020004CE RID: 1230
|
|
[AddComponentMenu("Photon Networking/Photon Transform View")]
|
|
[RequireComponent(typeof(PhotonView))]
|
|
public class PhotonTransformView : MonoBehaviour, MOJNPEJBHGK
|
|
{
|
|
// Token: 0x0600C9FB RID: 51707 RVA: 0x003CE55C File Offset: 0x003CC75C
|
|
private void AAKGHIIFOHI()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.AMNHIIDIJCP(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600C9FC RID: 51708 RVA: 0x003CE59C File Offset: 0x003CC79C
|
|
private void HGECPPNMDBK()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600C9FD RID: 51709 RVA: 0x003CE5DC File Offset: 0x003CC7DC
|
|
public void KKFFMFHILJK(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600C9FE RID: 51710 RVA: 0x003CE5EC File Offset: 0x003CC7EC
|
|
private void MCLMBDOBLNJ()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600C9FF RID: 51711 RVA: 0x003CE638 File Offset: 0x003CC838
|
|
public void PFJBNOFCEFF(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.EKIDEIIHGPF(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.DGKLCHOJKHJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.IKNHIHHJDFN();
|
|
}
|
|
if (JAGHIAOIDOC.DDNDOEKGJEI)
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.LGPAAJHAOEK();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.PJIKNCEKLPD();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.OBPKKLLKHEL();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA00 RID: 51712 RVA: 0x003CE74C File Offset: 0x003CC94C
|
|
public void CPPACIHCILB(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.GHCCMEEIADI(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.NMLHICFFBAC(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.OGHDDPHGNGF();
|
|
}
|
|
if (JAGHIAOIDOC.DDNDOEKGJEI)
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.LGPAAJHAOEK();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.BOFLMNKCBIG();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.HBEOCEOBFEJ();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA01 RID: 51713 RVA: 0x003CE860 File Offset: 0x003CCA60
|
|
public void EFEIOJCHJGK(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ELLEDNLBONJ(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA02 RID: 51714 RVA: 0x003CE870 File Offset: 0x003CCA70
|
|
private void OOFINALMBOL()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.CNICBIHEAEL(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA03 RID: 51715 RVA: 0x003CE8B0 File Offset: 0x003CCAB0
|
|
private void CPBFCHOKCLK()
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
}
|
|
|
|
// Token: 0x0600CA04 RID: 51716 RVA: 0x003CE8BC File Offset: 0x003CCABC
|
|
public void EGEIFANMOEB(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.ILIKLMECHGI(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.KNMMNFDFPGJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.IFOIBBMLEKB();
|
|
}
|
|
if (JAGHIAOIDOC.LKKFPDJEOFD())
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.COIOCABKNNP();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.FJFJMPJGKFK();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.OBPKKLLKHEL();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA05 RID: 51717 RVA: 0x003CE9D0 File Offset: 0x003CCBD0
|
|
private void OMBIFPCPEBE()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.NKKKIMCIEBO(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA06 RID: 51718 RVA: 0x003CEA10 File Offset: 0x003CCC10
|
|
public void OnPhotonSerializeView(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.GHLMFLPHPFK(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.GHLMFLPHPFK(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.DCOKCIALFJF();
|
|
}
|
|
if (JAGHIAOIDOC.DDNDOEKGJEI)
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.LGPAAJHAOEK();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.HLEKKAFKLMA();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.AIIFLOGGLPD();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA07 RID: 51719 RVA: 0x003CEB24 File Offset: 0x003CCD24
|
|
private void PEJDALJBMKE()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.GNGFPCMHBFC(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA08 RID: 51720 RVA: 0x003CEB64 File Offset: 0x003CCD64
|
|
private void CLCLAHEIJMP()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.FCLAFEFICKH() || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.APAJJFELDHN();
|
|
this.HDOMHFANFJM();
|
|
this.CLCAMOMMEJN();
|
|
}
|
|
|
|
// Token: 0x0600CA09 RID: 51721 RVA: 0x003CEBA4 File Offset: 0x003CCDA4
|
|
public void FDGAGBBFFNF(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.NGCFOJLBPAG(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.CJEIOCPGLCM(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.OGHDDPHGNGF();
|
|
}
|
|
if (JAGHIAOIDOC.CCPHANNHJLG())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.DMFPIFINCMH();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.LIALELHEENG();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.LMEDLANPLAN();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA0A RID: 51722 RVA: 0x003CECB8 File Offset: 0x003CCEB8
|
|
private void ABBJAANBDJK()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.AJEHHFANNBI();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 1183f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 1411f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 634f);
|
|
}
|
|
|
|
// Token: 0x0600CA0B RID: 51723 RVA: 0x003CED64 File Offset: 0x003CCF64
|
|
public void PAIIAOHLHPP(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.GHLMFLPHPFK(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.NMLHICFFBAC(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.IFOIBBMLEKB();
|
|
}
|
|
if (JAGHIAOIDOC.LKKFPDJEOFD())
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.COIOCABKNNP();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.PPCEEEEBFAK();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.OBPKKLLKHEL();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA0C RID: 51724 RVA: 0x003CEE78 File Offset: 0x003CD078
|
|
private void FBNJGEOOGAI()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.AJEHHFANNBI();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 969f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 1748f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 1381f);
|
|
}
|
|
|
|
// Token: 0x0600CA0D RID: 51725 RVA: 0x003CEF24 File Offset: 0x003CD124
|
|
public void OLHEMCEJPFP(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ELLEDNLBONJ(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA0E RID: 51726 RVA: 0x003CEF34 File Offset: 0x003CD134
|
|
private void IFOIBBMLEKB()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.AJEHHFANNBI();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 552f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 1381f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 622f);
|
|
}
|
|
|
|
// Token: 0x0600CA0F RID: 51727 RVA: 0x003CEFE0 File Offset: 0x003CD1E0
|
|
private void OPJLBOGKPPI()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.MOMLGEKNPGN || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.EAHFOBHJLGD();
|
|
this.ADMAEHPCFKB();
|
|
this.DDFIICMFBOP();
|
|
}
|
|
|
|
// Token: 0x0600CA10 RID: 51728 RVA: 0x003CF020 File Offset: 0x003CD220
|
|
private void ICHDEPBEIEH()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA11 RID: 51729 RVA: 0x003CF060 File Offset: 0x003CD260
|
|
private void IHPOHLLIHNJ()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.EOPLKMFGBIE(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA12 RID: 51730 RVA: 0x003CF0A0 File Offset: 0x003CD2A0
|
|
private void DDDJHGJFIJL()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA13 RID: 51731 RVA: 0x003CF0EC File Offset: 0x003CD2EC
|
|
public void EMLGOKJIAHD(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.PFJBNOFCEFF(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.DGKLCHOJKHJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.DCOKCIALFJF();
|
|
}
|
|
if (JAGHIAOIDOC.KCJPPBCHBEF())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.DMFPIFINCMH();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.NILFEFAHJMI();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.AIIFLOGGLPD();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA14 RID: 51732 RVA: 0x003CF200 File Offset: 0x003CD400
|
|
private void MJLMEFOGOJF()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA15 RID: 51733 RVA: 0x003CF240 File Offset: 0x003CD440
|
|
private void MJEHPNFIMPP()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.FCLAFEFICKH() || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.LFKJEBNPECE();
|
|
this.OOFINALMBOL();
|
|
this.AFEDHDFLEFC();
|
|
}
|
|
|
|
// Token: 0x0600CA16 RID: 51734 RVA: 0x003CF280 File Offset: 0x003CD480
|
|
private void ADKAHEBMBBG()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.COIOCABKNNP();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 1256f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 1694f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 1681f);
|
|
}
|
|
|
|
// Token: 0x0600CA17 RID: 51735 RVA: 0x003CF32C File Offset: 0x003CD52C
|
|
private void Awake()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA18 RID: 51736 RVA: 0x003CF378 File Offset: 0x003CD578
|
|
public void FLGCPNCHACE(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.CBNGPGFMODP(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.KNMMNFDFPGJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.DNECEDIPEJA();
|
|
}
|
|
if (JAGHIAOIDOC.DDNDOEKGJEI)
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.KODAMOFNMMC();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.EPBJOMHBMJI();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.OBPKKLLKHEL();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA19 RID: 51737 RVA: 0x003CF48C File Offset: 0x003CD68C
|
|
private void GGALCLMGDML()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA1A RID: 51738 RVA: 0x003CF4CC File Offset: 0x003CD6CC
|
|
public void MJJPOBIBMGL(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.ILIKLMECHGI(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.PCKPDHPIDPJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.BJCFEKBNOLA();
|
|
}
|
|
if (JAGHIAOIDOC.DDNDOEKGJEI)
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.DMFPIFINCMH();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.LIALELHEENG();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.PHILBLKJMLC();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA1B RID: 51739 RVA: 0x003CF5E0 File Offset: 0x003CD7E0
|
|
public void CGHDNMELPAA(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.DBKEHOPMMKF(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.KNMMNFDFPGJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.IFOIBBMLEKB();
|
|
}
|
|
if (JAGHIAOIDOC.LMGONIGAAKM())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.KODAMOFNMMC();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.NKNHBGOFPLE();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.FADIJOECBLH();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA1C RID: 51740 RVA: 0x003CF6F4 File Offset: 0x003CD8F4
|
|
private void NIBGLHFHJLJ()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.FCLAFEFICKH() || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.ALFHCFCNMFK();
|
|
this.KNGPNKJGIOD();
|
|
this.FKCOHMPNKJB();
|
|
}
|
|
|
|
// Token: 0x0600CA1D RID: 51741 RVA: 0x003CF734 File Offset: 0x003CD934
|
|
private void BDBBLODPLAE()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.EOPLKMFGBIE(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA1E RID: 51742 RVA: 0x003CF774 File Offset: 0x003CD974
|
|
public void BHNMICKJFHB(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ELLEDNLBONJ(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA1F RID: 51743 RVA: 0x003CF784 File Offset: 0x003CD984
|
|
public void BKGIFLBLGMJ(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA20 RID: 51744 RVA: 0x003CF794 File Offset: 0x003CD994
|
|
private void PDCMKOCMIIF()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA21 RID: 51745 RVA: 0x003CF7E0 File Offset: 0x003CD9E0
|
|
private void OJFNAOJCPIG()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA22 RID: 51746 RVA: 0x003CF820 File Offset: 0x003CDA20
|
|
private void LFKJEBNPECE()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA23 RID: 51747 RVA: 0x003CF860 File Offset: 0x003CDA60
|
|
public void MKCEHFPLLIC(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ELLEDNLBONJ(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA24 RID: 51748 RVA: 0x003CF870 File Offset: 0x003CDA70
|
|
public void LEBLNJJGMGD(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.LEBLNJJGMGD(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.KNMMNFDFPGJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.FBNJGEOOGAI();
|
|
}
|
|
if (JAGHIAOIDOC.LKKFPDJEOFD())
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.AJEHHFANNBI();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.BOFLMNKCBIG();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.FADIJOECBLH();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA25 RID: 51749 RVA: 0x003CF984 File Offset: 0x003CDB84
|
|
public void MIFONLLLMGD(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.BJNDEGHIJLF(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.GHLMFLPHPFK(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.IFOIBBMLEKB();
|
|
}
|
|
if (JAGHIAOIDOC.CCPHANNHJLG())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.LGPAAJHAOEK();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.FOMGBPBAMAB();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.HBEOCEOBFEJ();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA26 RID: 51750 RVA: 0x003CFA98 File Offset: 0x003CDC98
|
|
private void GPFPDPFFNPL()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.DNMFEFJNNEK(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA27 RID: 51751 RVA: 0x003CFAD8 File Offset: 0x003CDCD8
|
|
private void ONKBKHBBBKE()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.OBHBFAACBGB(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA28 RID: 51752 RVA: 0x003CFB18 File Offset: 0x003CDD18
|
|
private void BHDOLGCONDH()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA29 RID: 51753 RVA: 0x003CFB58 File Offset: 0x003CDD58
|
|
private void ADMAEHPCFKB()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.DOCDGICGNGM(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA2A RID: 51754 RVA: 0x003CFB98 File Offset: 0x003CDD98
|
|
private void FKCOHMPNKJB()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.EOPLKMFGBIE(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA2B RID: 51755 RVA: 0x003CFBD8 File Offset: 0x003CDDD8
|
|
private void OnEnable()
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
}
|
|
|
|
// Token: 0x0600CA2C RID: 51756 RVA: 0x003CFBE4 File Offset: 0x003CDDE4
|
|
private void LOPGGBEPNAI()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.FCLAFEFICKH() || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.EAHFOBHJLGD();
|
|
this.OMBIFPCPEBE();
|
|
this.BDBBLODPLAE();
|
|
}
|
|
|
|
// Token: 0x0600CA2D RID: 51757 RVA: 0x003CFC24 File Offset: 0x003CDE24
|
|
private void MGFEKIHGOLK()
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
}
|
|
|
|
// Token: 0x0600CA2E RID: 51758 RVA: 0x003CFC30 File Offset: 0x003CDE30
|
|
private void IBDHPELMJJK()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.PBFAFDMNEOM(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA2F RID: 51759 RVA: 0x003CFC70 File Offset: 0x003CDE70
|
|
public void KNMMNFDFPGJ(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.NMLHICFFBAC(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.CJEIOCPGLCM(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.IFOIBBMLEKB();
|
|
}
|
|
if (JAGHIAOIDOC.CCPHANNHJLG())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.AJEHHFANNBI();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.BJGFPKFILKN();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.FADIJOECBLH();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA30 RID: 51760 RVA: 0x003CFD84 File Offset: 0x003CDF84
|
|
private void EAHFOBHJLGD()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA31 RID: 51761 RVA: 0x003CFDC4 File Offset: 0x003CDFC4
|
|
private void MHDFIOMCCMO()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.FCLAFEFICKH() || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.LFKJEBNPECE();
|
|
this.ADMAEHPCFKB();
|
|
this.DDFIICMFBOP();
|
|
}
|
|
|
|
// Token: 0x0600CA32 RID: 51762 RVA: 0x003CFE04 File Offset: 0x003CE004
|
|
private void HHAKDBFDKOB()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.AMNHIIDIJCP(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA33 RID: 51763 RVA: 0x003CFE44 File Offset: 0x003CE044
|
|
public void BJBEJMFPADH(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.BJNDEGHIJLF(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.KNMMNFDFPGJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.DNECEDIPEJA();
|
|
}
|
|
if (JAGHIAOIDOC.DDNDOEKGJEI)
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.LGPAAJHAOEK();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.KOHHBPFCFEP();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.OBPKKLLKHEL();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA34 RID: 51764 RVA: 0x003CFF58 File Offset: 0x003CE158
|
|
public void BPKCNLFGJME(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ELLEDNLBONJ(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA35 RID: 51765 RVA: 0x003CFF68 File Offset: 0x003CE168
|
|
public void KCBLDEMDIPB(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.GHCCMEEIADI(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.CJEIOCPGLCM(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.FBNJGEOOGAI();
|
|
}
|
|
if (JAGHIAOIDOC.KCJPPBCHBEF())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.DMFPIFINCMH();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.AKJPFHGEEDJ();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.AIIFLOGGLPD();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA36 RID: 51766 RVA: 0x003D007C File Offset: 0x003CE27C
|
|
private void IKNHIHHJDFN()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.KODAMOFNMMC();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 991f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 1594f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 1928f);
|
|
}
|
|
|
|
// Token: 0x0600CA37 RID: 51767 RVA: 0x003D0128 File Offset: 0x003CE328
|
|
private void PGBPEIEHMOO()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA38 RID: 51768 RVA: 0x003D0168 File Offset: 0x003CE368
|
|
private void ENNLCNAKEHH()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA39 RID: 51769 RVA: 0x003D01B4 File Offset: 0x003CE3B4
|
|
private void DDFIICMFBOP()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA3A RID: 51770 RVA: 0x003D01F4 File Offset: 0x003CE3F4
|
|
public void LGNNGAPJGIH(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA3B RID: 51771 RVA: 0x003D0204 File Offset: 0x003CE404
|
|
private void OAOFMIDFKIF()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.MGFMOOADOIJ(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA3C RID: 51772 RVA: 0x003D0244 File Offset: 0x003CE444
|
|
private void KHIPHCHCFGH()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA3D RID: 51773 RVA: 0x003D0284 File Offset: 0x003CE484
|
|
private void AOAEDCNLFAG()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.MDMCOAKMILM(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA3E RID: 51774 RVA: 0x003D02C4 File Offset: 0x003CE4C4
|
|
private void NAINJAFHEHA()
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
}
|
|
|
|
// Token: 0x0600CA3F RID: 51775 RVA: 0x003D02D0 File Offset: 0x003CE4D0
|
|
public void OHFFIBAJOHM(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.MOOOBPPBPLF(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.GHLMFLPHPFK(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.OGHDDPHGNGF();
|
|
}
|
|
if (JAGHIAOIDOC.KCJPPBCHBEF())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.KODAMOFNMMC();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.BEANOOOBCCB();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.AIIFLOGGLPD();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA40 RID: 51776 RVA: 0x003D03E4 File Offset: 0x003CE5E4
|
|
private void OGHDDPHGNGF()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.LGPAAJHAOEK();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 788f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 388f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 1383f);
|
|
}
|
|
|
|
// Token: 0x0600CA41 RID: 51777 RVA: 0x003D0490 File Offset: 0x003CE690
|
|
private void APAJJFELDHN()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA42 RID: 51778 RVA: 0x003D04D0 File Offset: 0x003CE6D0
|
|
public void CENFJLEBKEE(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.ILIKLMECHGI(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.CJEIOCPGLCM(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.BJCFEKBNOLA();
|
|
}
|
|
if (JAGHIAOIDOC.LMGONIGAAKM())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.KODAMOFNMMC();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.ENPICNCEKCJ();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.HBEOCEOBFEJ();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA43 RID: 51779 RVA: 0x003D05E4 File Offset: 0x003CE7E4
|
|
private void AFEDHDFLEFC()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA44 RID: 51780 RVA: 0x003D0624 File Offset: 0x003CE824
|
|
private void PAHDHGLJKNN()
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
}
|
|
|
|
// Token: 0x0600CA45 RID: 51781 RVA: 0x003D0630 File Offset: 0x003CE830
|
|
private void KHAELLOKBCB()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA46 RID: 51782 RVA: 0x003D0670 File Offset: 0x003CE870
|
|
private void GNPNOGDHPDP()
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
}
|
|
|
|
// Token: 0x0600CA47 RID: 51783 RVA: 0x003D067C File Offset: 0x003CE87C
|
|
private void NJOCMEGFEAG()
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
}
|
|
|
|
// Token: 0x0600CA48 RID: 51784 RVA: 0x003D0688 File Offset: 0x003CE888
|
|
private void NGOPCBJCNJM()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA49 RID: 51785 RVA: 0x003D06D4 File Offset: 0x003CE8D4
|
|
private void OKJAOPHDIJM()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.MOMLGEKNPGN || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.PGBPEIEHMOO();
|
|
this.HDOMHFANFJM();
|
|
this.CLCAMOMMEJN();
|
|
}
|
|
|
|
// Token: 0x0600CA4A RID: 51786 RVA: 0x003D0714 File Offset: 0x003CE914
|
|
private void FPMMBPEOBEE()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA4B RID: 51787 RVA: 0x003D0760 File Offset: 0x003CE960
|
|
private void Update()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.MOMLGEKNPGN || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.BHDOLGCONDH();
|
|
this.KNGPNKJGIOD();
|
|
this.DDFIICMFBOP();
|
|
}
|
|
|
|
// Token: 0x0600CA4C RID: 51788 RVA: 0x003D07A0 File Offset: 0x003CE9A0
|
|
private void OBFADPEEBLG()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.FCLAFEFICKH() || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.APAJJFELDHN();
|
|
this.ADMAEHPCFKB();
|
|
this.FKCOHMPNKJB();
|
|
}
|
|
|
|
// Token: 0x0600CA4D RID: 51789 RVA: 0x003D07E0 File Offset: 0x003CE9E0
|
|
private void OHKFJNCBPLJ()
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
}
|
|
|
|
// Token: 0x0600CA4E RID: 51790 RVA: 0x003D07EC File Offset: 0x003CE9EC
|
|
private void DCOKCIALFJF()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.LGPAAJHAOEK();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 2f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 2f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 2f);
|
|
}
|
|
|
|
// Token: 0x0600CA4F RID: 51791 RVA: 0x003D0898 File Offset: 0x003CEA98
|
|
private void LPBFEEHNDAD()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA50 RID: 51792 RVA: 0x003D08E4 File Offset: 0x003CEAE4
|
|
private void DBBBJHJJBDK()
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
}
|
|
|
|
// Token: 0x0600CA51 RID: 51793 RVA: 0x003D08F0 File Offset: 0x003CEAF0
|
|
private void HPGDBBACBJP()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA52 RID: 51794 RVA: 0x003D0930 File Offset: 0x003CEB30
|
|
private void JHAAFBKANAL()
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
}
|
|
|
|
// Token: 0x0600CA53 RID: 51795 RVA: 0x003D093C File Offset: 0x003CEB3C
|
|
private void OGLONCAILJJ()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.GBNPOEHNBEP(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA54 RID: 51796 RVA: 0x003D097C File Offset: 0x003CEB7C
|
|
public void OLHCIGAJOCH(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA55 RID: 51797 RVA: 0x003D098C File Offset: 0x003CEB8C
|
|
private void CLCAMOMMEJN()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA56 RID: 51798 RVA: 0x003D09CC File Offset: 0x003CEBCC
|
|
private void LDHKBJKEMAA()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.GBNPOEHNBEP(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA57 RID: 51799 RVA: 0x003D0A0C File Offset: 0x003CEC0C
|
|
private void DCILLKCLNCI()
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
}
|
|
|
|
// Token: 0x0600CA58 RID: 51800 RVA: 0x003D0A18 File Offset: 0x003CEC18
|
|
private void DNECEDIPEJA()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.KODAMOFNMMC();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 1108f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 1089f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 440f);
|
|
}
|
|
|
|
// Token: 0x0600CA59 RID: 51801 RVA: 0x003D0AC4 File Offset: 0x003CECC4
|
|
public void MGMCDOBEONJ(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA5A RID: 51802 RVA: 0x003D0AD4 File Offset: 0x003CECD4
|
|
private void FGBPAIKGNIK()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA5B RID: 51803 RVA: 0x003D0B14 File Offset: 0x003CED14
|
|
public void KIKIHEGAFEF(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA5C RID: 51804 RVA: 0x003D0B24 File Offset: 0x003CED24
|
|
private void AMNNBMEMJGB()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA5D RID: 51805 RVA: 0x003D0B70 File Offset: 0x003CED70
|
|
public void AEKBJEELMLD(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.CENFJLEBKEE(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.GHLMFLPHPFK(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.IFOIBBMLEKB();
|
|
}
|
|
if (JAGHIAOIDOC.LMGONIGAAKM())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.KODAMOFNMMC();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.HGILLOCMNKN();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.FADIJOECBLH();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA5E RID: 51806 RVA: 0x003D0C84 File Offset: 0x003CEE84
|
|
private void PONDPPDHJOM()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.MOMLGEKNPGN || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.EAHFOBHJLGD();
|
|
this.ADMAEHPCFKB();
|
|
this.BDBBLODPLAE();
|
|
}
|
|
|
|
// Token: 0x0600CA5F RID: 51807 RVA: 0x003D0CC4 File Offset: 0x003CEEC4
|
|
private void BGJEJHLKNKA()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA60 RID: 51808 RVA: 0x003D0D10 File Offset: 0x003CEF10
|
|
public void KMNDHLBMADM(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.NGCFOJLBPAG(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.DGKLCHOJKHJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.ADKAHEBMBBG();
|
|
}
|
|
if (JAGHIAOIDOC.LKKFPDJEOFD())
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.LGPAAJHAOEK();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.AKJPFHGEEDJ();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.FADIJOECBLH();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA61 RID: 51809 RVA: 0x003D0E24 File Offset: 0x003CF024
|
|
private void OAGPPJEGOBC()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA62 RID: 51810 RVA: 0x003D0E70 File Offset: 0x003CF070
|
|
public void LGLABGFKOOJ(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.FGBMDFNLMCJ(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.PCKPDHPIDPJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.ADKAHEBMBBG();
|
|
}
|
|
if (JAGHIAOIDOC.LKKFPDJEOFD())
|
|
{
|
|
this.FGPOKPPLNHC = false;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.COIOCABKNNP();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.KOHHBPFCFEP();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.AIIFLOGGLPD();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA63 RID: 51811 RVA: 0x003D0F84 File Offset: 0x003CF184
|
|
private void BOPPCNGHDGN()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.MGFMOOADOIJ(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA64 RID: 51812 RVA: 0x003D0FC4 File Offset: 0x003CF1C4
|
|
private void DHAEEPCMCMI()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA65 RID: 51813 RVA: 0x003D1010 File Offset: 0x003CF210
|
|
public void MIMOGBOJIFN(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.PAINLGJKJEJ(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.DGKLCHOJKHJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.MOMLGEKNPGN && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.OGHDDPHGNGF();
|
|
}
|
|
if (JAGHIAOIDOC.CCPHANNHJLG())
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.KODAMOFNMMC();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.BJGFPKFILKN();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.OBPKKLLKHEL();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA66 RID: 51814 RVA: 0x003D1124 File Offset: 0x003CF324
|
|
public void FPHGMCHBBKM(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA67 RID: 51815 RVA: 0x003D1134 File Offset: 0x003CF334
|
|
private void FGEJCMIMKLM()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.OBHBFAACBGB(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA68 RID: 51816 RVA: 0x003D1174 File Offset: 0x003CF374
|
|
private void FLICOBNMPHH()
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
}
|
|
|
|
// Token: 0x0600CA69 RID: 51817 RVA: 0x003D1180 File Offset: 0x003CF380
|
|
public void OAFKJGNAPNF(FKIBELLNBEC JAGHIAOIDOC, BOCLHJCCOEL NAHFIMLLIMH)
|
|
{
|
|
this.ADEMEMCPPON.GHLMFLPHPFK(base.transform.localPosition, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.OBBLEJBBIBF.OHFFIBAJOHM(base.transform.localRotation, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
this.LCDLDCGNDBF.PCKPDHPIDPJ(base.transform.localScale, JAGHIAOIDOC, NAHFIMLLIMH);
|
|
if (!this.GKCFGJDMDEM.FCLAFEFICKH() && this.m_PositionModel.DrawErrorGizmo)
|
|
{
|
|
this.DNECEDIPEJA();
|
|
}
|
|
if (JAGHIAOIDOC.DDNDOEKGJEI)
|
|
{
|
|
this.FGPOKPPLNHC = true;
|
|
if (this.OFJELFFAPBD)
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
if (this.m_PositionModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localPosition = this.ADEMEMCPPON.AJEHHFANNBI();
|
|
}
|
|
if (this.m_RotationModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localRotation = this.OBBLEJBBIBF.EPBJOMHBMJI();
|
|
}
|
|
if (this.m_ScaleModel.SynchronizeEnabled)
|
|
{
|
|
base.transform.localScale = this.LCDLDCGNDBF.AIIFLOGGLPD();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600CA6B RID: 51819 RVA: 0x003D12C0 File Offset: 0x003CF4C0
|
|
public void GJAIAPOIKJM(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA6C RID: 51820 RVA: 0x003D12D0 File Offset: 0x003CF4D0
|
|
private void KMMLOFCGIMG()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA6D RID: 51821 RVA: 0x003D131C File Offset: 0x003CF51C
|
|
private void CLGGCAGCLKP()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA6E RID: 51822 RVA: 0x003D1368 File Offset: 0x003CF568
|
|
private void DFCDBHCAIPH()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.FCLAFEFICKH() || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.LFKJEBNPECE();
|
|
this.PEJDALJBMKE();
|
|
this.AMIJNEGBLJI();
|
|
}
|
|
|
|
// Token: 0x0600CA6F RID: 51823 RVA: 0x003D13A8 File Offset: 0x003CF5A8
|
|
private void MDFFCLKMCOA()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.GBNPOEHNBEP(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA70 RID: 51824 RVA: 0x003D13E8 File Offset: 0x003CF5E8
|
|
private void HDOMHFANFJM()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.FMGAHEAANAI(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA71 RID: 51825 RVA: 0x003D1428 File Offset: 0x003CF628
|
|
private void HLADMFFFENH()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.MOMLGEKNPGN || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.FGBPAIKGNIK();
|
|
this.OMBIFPCPEBE();
|
|
this.FKCOHMPNKJB();
|
|
}
|
|
|
|
// Token: 0x0600CA72 RID: 51826 RVA: 0x003D1468 File Offset: 0x003CF668
|
|
public void JJECOCIJJPJ(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA73 RID: 51827 RVA: 0x003D1478 File Offset: 0x003CF678
|
|
private void FDBHMLOEHCE()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA74 RID: 51828 RVA: 0x003D14C4 File Offset: 0x003CF6C4
|
|
private void ELJEMOGNBOP()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.MOMLGEKNPGN || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.FGBPAIKGNIK();
|
|
this.AOAEDCNLFAG();
|
|
this.MDFFCLKMCOA();
|
|
}
|
|
|
|
// Token: 0x0600CA75 RID: 51829 RVA: 0x003D1504 File Offset: 0x003CF704
|
|
private void HOFJNBNPOPC()
|
|
{
|
|
this.OFJELFFAPBD = true;
|
|
}
|
|
|
|
// Token: 0x0600CA76 RID: 51830 RVA: 0x003D1510 File Offset: 0x003CF710
|
|
private void FHEJBAFOCCK()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.GBNPOEHNBEP(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA77 RID: 51831 RVA: 0x003D1550 File Offset: 0x003CF750
|
|
private void KNGPNKJGIOD()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.EANDLPKNHIO(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA78 RID: 51832 RVA: 0x003D1590 File Offset: 0x003CF790
|
|
private void NPKCNDGPDIH()
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
}
|
|
|
|
// Token: 0x0600CA79 RID: 51833 RVA: 0x003D159C File Offset: 0x003CF79C
|
|
private void ODFEOGNDHKH()
|
|
{
|
|
if (this.GKCFGJDMDEM == null || this.GKCFGJDMDEM.MOMLGEKNPGN || !IHFKMIAHBFP.PMKOLKDPDGH)
|
|
{
|
|
return;
|
|
}
|
|
this.FGBPAIKGNIK();
|
|
this.HHAKDBFDKOB();
|
|
this.AFEDHDFLEFC();
|
|
}
|
|
|
|
// Token: 0x0600CA7A RID: 51834 RVA: 0x003D15DC File Offset: 0x003CF7DC
|
|
private void PFLMNHNMOHD()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA7B RID: 51835 RVA: 0x003D161C File Offset: 0x003CF81C
|
|
public void SetSynchronizedValues(Vector3 BGJNLBNEINL, float HKJPOPPNNCM)
|
|
{
|
|
this.ADEMEMCPPON.ONPPMMLDEJB(BGJNLBNEINL, HKJPOPPNNCM);
|
|
}
|
|
|
|
// Token: 0x0600CA7C RID: 51836 RVA: 0x003D162C File Offset: 0x003CF82C
|
|
private void BJCFEKBNOLA()
|
|
{
|
|
Vector3 vector = this.ADEMEMCPPON.COIOCABKNNP();
|
|
if (base.transform.parent != null)
|
|
{
|
|
vector = base.transform.parent.position + vector;
|
|
}
|
|
Debug.DrawLine(vector, base.transform.position, Color.red, 1301f);
|
|
Debug.DrawLine(base.transform.position, base.transform.position + Vector3.up, Color.green, 1121f);
|
|
Debug.DrawLine(vector, vector + Vector3.up, Color.red, 1452f);
|
|
}
|
|
|
|
// Token: 0x0600CA7D RID: 51837 RVA: 0x003D16D8 File Offset: 0x003CF8D8
|
|
private void AKBMLDPIIKM()
|
|
{
|
|
this.OFJELFFAPBD = false;
|
|
}
|
|
|
|
// Token: 0x0600CA7E RID: 51838 RVA: 0x003D16E4 File Offset: 0x003CF8E4
|
|
private void POMCHIPOPEA()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x0600CA7F RID: 51839 RVA: 0x003D1730 File Offset: 0x003CF930
|
|
private void BKPAAKODIJO()
|
|
{
|
|
if (!this.m_RotationModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localRotation = this.OBBLEJBBIBF.CNICBIHEAEL(base.transform.localRotation);
|
|
}
|
|
|
|
// Token: 0x0600CA80 RID: 51840 RVA: 0x003D1770 File Offset: 0x003CF970
|
|
private void ALFHCFCNMFK()
|
|
{
|
|
if (!this.m_PositionModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localPosition = this.ADEMEMCPPON.BHDOLGCONDH(base.transform.localPosition);
|
|
}
|
|
|
|
// Token: 0x0600CA81 RID: 51841 RVA: 0x003D17B0 File Offset: 0x003CF9B0
|
|
private void AMIJNEGBLJI()
|
|
{
|
|
if (!this.m_ScaleModel.SynchronizeEnabled || !this.FGPOKPPLNHC)
|
|
{
|
|
return;
|
|
}
|
|
base.transform.localScale = this.LCDLDCGNDBF.AAOEOCABNFA(base.transform.localScale);
|
|
}
|
|
|
|
// Token: 0x0600CA82 RID: 51842 RVA: 0x003D17F0 File Offset: 0x003CF9F0
|
|
private void ONOHBEONIKM()
|
|
{
|
|
this.GKCFGJDMDEM = base.GetComponent<PhotonView>();
|
|
this.ADEMEMCPPON = new DANNGKFNCJG(this.m_PositionModel);
|
|
this.OBBLEJBBIBF = new MOIEIFFNAAK(this.m_RotationModel);
|
|
this.LCDLDCGNDBF = new LHIKPEKMOEG(this.m_ScaleModel);
|
|
}
|
|
|
|
// Token: 0x04001CDB RID: 7387
|
|
[SerializeField]
|
|
private PhotonTransformViewPositionModel m_PositionModel = new PhotonTransformViewPositionModel();
|
|
|
|
// Token: 0x04001CDC RID: 7388
|
|
[SerializeField]
|
|
private PhotonTransformViewRotationModel m_RotationModel = new PhotonTransformViewRotationModel();
|
|
|
|
// Token: 0x04001CDD RID: 7389
|
|
[SerializeField]
|
|
private PhotonTransformViewScaleModel m_ScaleModel = new PhotonTransformViewScaleModel();
|
|
|
|
// Token: 0x04001CDE RID: 7390
|
|
private DANNGKFNCJG ADEMEMCPPON;
|
|
|
|
// Token: 0x04001CDF RID: 7391
|
|
private MOIEIFFNAAK OBBLEJBBIBF;
|
|
|
|
// Token: 0x04001CE0 RID: 7392
|
|
private LHIKPEKMOEG LCDLDCGNDBF;
|
|
|
|
// Token: 0x04001CE1 RID: 7393
|
|
private PhotonView GKCFGJDMDEM;
|
|
|
|
// Token: 0x04001CE2 RID: 7394
|
|
private bool FGPOKPPLNHC;
|
|
|
|
// Token: 0x04001CE3 RID: 7395
|
|
private bool OFJELFFAPBD;
|
|
}
|