// Token: 0x0600BAD3 RID: 47827 RVA: 0x00440A3C File Offset: 0x0043EC3C
 private void DLMGGIPOMCE(Vector3 BLPBCOCAKGG, PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     HCIJEDFCNOP.PBECMJMDHBI(BLPBCOCAKGG);
     this.LPBKKPPALCD = BLPBCOCAKGG;
     if (this.HNCFAJJGIPN.ExtrapolateOption == PhotonTransformViewPositionModel.ExtrapolateOptions.Disabled || this.HNCFAJJGIPN.InterpolateOption == PhotonTransformViewPositionModel.InterpolateOptions.FixedSpeed)
     {
         HCIJEDFCNOP.PBECMJMDHBI(this.JPAGJFHJAAB);
         HCIJEDFCNOP.SendNext(this.FEMCINHEMEO);
     }
 }
コード例 #2
0
 // Token: 0x0600B4CA RID: 46282 RVA: 0x004276C4 File Offset: 0x004258C4
 public void BPDLLMHJBPP(PhotonStream HCIJEDFCNOP)
 {
     if (this.CDBLIPNHLAM.Count > 0 && this.DFKCPBOBMAA < 0)
     {
         this.DFKCPBOBMAA = this.CDBLIPNHLAM.Count;
     }
     HCIJEDFCNOP.BBHGPGBHMML(this.OEAMKOEOFMB);
     HCIJEDFCNOP.PBECMJMDHBI(this.DFKCPBOBMAA);
     for (int i = 1; i < this.CDBLIPNHLAM.Count; i += 0)
     {
         HCIJEDFCNOP.PBECMJMDHBI(this.CDBLIPNHLAM[i]);
     }
     this.CDBLIPNHLAM.Clear();
     this.OEAMKOEOFMB = 1;
 }
コード例 #3
0
 // Token: 0x0600BA11 RID: 47633 RVA: 0x0043C560 File Offset: 0x0043A760
 public void BAEICBGEECA(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.GKJCHGIMOEJ())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.IBCLJIACBKG(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector3)HCIJEDFCNOP.LNDLNKJPAGO();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (Vector3)HCIJEDFCNOP.LNDLNKJPAGO();
         }
     }
 }
コード例 #4
0
 // Token: 0x0600B9D6 RID: 47574 RVA: 0x0043B33C File Offset: 0x0043953C
 public void KAAHPMKNHAD(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.PGJIELMHMEJ())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.FADAIFFMBEL(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.KIEJNJBDAJJ();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.NLPFEFOCGBC();
         }
     }
 }
コード例 #5
0
 // Token: 0x0600B9D2 RID: 47570 RVA: 0x0043B298 File Offset: 0x00439498
 public void EJPKMLLGMGB(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.FAOJEFAMBFN())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.OLACNHHHOEL(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.NLPFEFOCGBC();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.ReceiveNext();
         }
     }
 }
コード例 #6
0
 // Token: 0x0600B9CB RID: 47563 RVA: 0x0043B008 File Offset: 0x00439208
 public void OFFPGECPIMN(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.GKJCHGIMOEJ())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.SendNext(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.KIMDMBDNICC();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.HPPOACOIMOJ();
         }
     }
 }
コード例 #7
0
 // Token: 0x0600B9BF RID: 47551 RVA: 0x0043AA44 File Offset: 0x00438C44
 public void JNENAPDBOKE(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.PGJIELMHMEJ())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.FADAIFFMBEL(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.ACOGAHJKGJH();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.LNDLNKJPAGO();
         }
     }
 }
コード例 #8
0
 // Token: 0x0600BA01 RID: 47617 RVA: 0x0043C020 File Offset: 0x0043A220
 public void JNCHBPPANKP(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.GKJCHGIMOEJ())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.FADAIFFMBEL(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.KIEJNJBDAJJ();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.KIMDMBDNICC();
         }
     }
 }
コード例 #9
0
 // Token: 0x0600B9FC RID: 47612 RVA: 0x0043BEC4 File Offset: 0x0043A0C4
 public void AFIHOEBJPCG(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.FAOJEFAMBFN())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.OLACNHHHOEL(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.LNDLNKJPAGO();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.FIBMOBNIALK();
         }
     }
 }
コード例 #10
0
 // Token: 0x0600B9FB RID: 47611 RVA: 0x0043BE20 File Offset: 0x0043A020
 public void LBLAKDBHADA(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.FAOJEFAMBFN())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.IBCLJIACBKG(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.HPPOACOIMOJ();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.NLPFEFOCGBC();
         }
     }
 }
コード例 #11
0
 // Token: 0x0600B9B2 RID: 47538 RVA: 0x0043A524 File Offset: 0x00438724
 public void OCPCKNHCMKP(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.GKJCHGIMOEJ())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.BBHGPGBHMML(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.FIBMOBNIALK();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.IDKHBJIHKEB();
         }
     }
 }
コード例 #12
0
 // Token: 0x0600B9E4 RID: 47588 RVA: 0x0043B7B8 File Offset: 0x004399B8
 public void LBDNIDJNDJK(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.isWriting)
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.BBHGPGBHMML(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.IDKHBJIHKEB();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.KIMDMBDNICC();
         }
     }
 }
コード例 #13
0
 // Token: 0x0600BA12 RID: 47634 RVA: 0x0043C604 File Offset: 0x0043A804
 public void COHGAEMDFEI(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.FAOJEFAMBFN())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.PNAPNHJHBMN(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector3)HCIJEDFCNOP.ACOGAHJKGJH();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (Vector3)HCIJEDFCNOP.ACOGAHJKGJH();
         }
     }
 }
コード例 #14
0
 // Token: 0x0600B9DF RID: 47583 RVA: 0x0043B670 File Offset: 0x00439870
 public void DHCCMDLAJIO(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.PGJIELMHMEJ())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.BBHGPGBHMML(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.LNDLNKJPAGO();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.NLPFEFOCGBC();
         }
     }
 }
コード例 #15
0
 // Token: 0x0600B9BC RID: 47548 RVA: 0x0043A8FC File Offset: 0x00438AFC
 public void PGMEOJJFIEN(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.FAOJEFAMBFN())
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.OLACNHHHOEL(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.KIEJNJBDAJJ();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.HPPOACOIMOJ();
         }
     }
 }
コード例 #16
0
 // Token: 0x0600B9DB RID: 47579 RVA: 0x0043B528 File Offset: 0x00439728
 public void NPFDCLNGGKC(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.isWriting)
     {
         if (this.m_SynchronizeVelocity)
         {
             HCIJEDFCNOP.FADAIFFMBEL(this.LPFEBLNEEOF.velocity);
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             HCIJEDFCNOP.PBECMJMDHBI(this.LPFEBLNEEOF.angularVelocity);
         }
     }
     else
     {
         if (this.m_SynchronizeVelocity)
         {
             this.LPFEBLNEEOF.velocity = (Vector2)HCIJEDFCNOP.FIBMOBNIALK();
         }
         if (this.m_SynchronizeAngularVelocity)
         {
             this.LPFEBLNEEOF.angularVelocity = (float)HCIJEDFCNOP.ReceiveNext();
         }
     }
 }
 // Token: 0x0600BAAC RID: 47788 RVA: 0x0043F450 File Offset: 0x0043D650
 private void AEACCHDDKDN(Vector3 BLPBCOCAKGG, PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     HCIJEDFCNOP.PBECMJMDHBI(BLPBCOCAKGG);
     this.LPBKKPPALCD = BLPBCOCAKGG;
     if (this.HNCFAJJGIPN.ExtrapolateOption == PhotonTransformViewPositionModel.ExtrapolateOptions.Disabled || this.HNCFAJJGIPN.InterpolateOption == (PhotonTransformViewPositionModel.InterpolateOptions) 5)
     {
         HCIJEDFCNOP.FADAIFFMBEL(this.JPAGJFHJAAB);
         HCIJEDFCNOP.FADAIFFMBEL(this.FEMCINHEMEO);
     }
 }
コード例 #18
0
 // Token: 0x0600C25E RID: 49758 RVA: 0x0046BDB8 File Offset: 0x00469FB8
 public void CNMIIGDELGE(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.GKJCHGIMOEJ())
     {
         HCIJEDFCNOP.IBCLJIACBKG(base.transform.position);
         HCIJEDFCNOP.PBECMJMDHBI(base.transform.rotation);
     }
     else
     {
         this.OKGJMEKOLIM = (Vector3)HCIJEDFCNOP.KIEJNJBDAJJ();
         this.ANHDBFEBADJ = (Quaternion)HCIJEDFCNOP.LNDLNKJPAGO();
     }
 }
コード例 #19
0
 // Token: 0x0600C238 RID: 49720 RVA: 0x0046AB78 File Offset: 0x00468D78
 public void PGMEOJJFIEN(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.isWriting)
     {
         HCIJEDFCNOP.BBHGPGBHMML(base.transform.position);
         HCIJEDFCNOP.PBECMJMDHBI(base.transform.rotation);
     }
     else
     {
         this.OKGJMEKOLIM = (Vector3)HCIJEDFCNOP.HPPOACOIMOJ();
         this.ANHDBFEBADJ = (Quaternion)HCIJEDFCNOP.ACOGAHJKGJH();
     }
 }
コード例 #20
0
 // Token: 0x0600C244 RID: 49732 RVA: 0x0046B134 File Offset: 0x00469334
 public void OHJHFPNGLEF(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.GKJCHGIMOEJ())
     {
         HCIJEDFCNOP.PBECMJMDHBI(base.transform.position);
         HCIJEDFCNOP.OLACNHHHOEL(base.transform.rotation);
     }
     else
     {
         this.OKGJMEKOLIM = (Vector3)HCIJEDFCNOP.LNDLNKJPAGO();
         this.ANHDBFEBADJ = (Quaternion)HCIJEDFCNOP.KIMDMBDNICC();
     }
 }
コード例 #21
0
 // Token: 0x0600C26B RID: 49771 RVA: 0x0046C3EC File Offset: 0x0046A5EC
 public void PCFHKFCIFHF(PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (HCIJEDFCNOP.FAOJEFAMBFN())
     {
         HCIJEDFCNOP.CPIBABMPJLE(base.transform.position);
         HCIJEDFCNOP.PBECMJMDHBI(base.transform.rotation);
     }
     else
     {
         this.OKGJMEKOLIM = (Vector3)HCIJEDFCNOP.IDKHBJIHKEB();
         this.ANHDBFEBADJ = (Quaternion)HCIJEDFCNOP.KIEJNJBDAJJ();
     }
 }
コード例 #22
0
 // Token: 0x0600B4F2 RID: 46322 RVA: 0x004288A0 File Offset: 0x00426AA0
 public void EGGCNEGBDAD(PhotonStream HCIJEDFCNOP)
 {
     if (this.CDBLIPNHLAM.Count > 1 && this.DFKCPBOBMAA < 0)
     {
         this.DFKCPBOBMAA = this.CDBLIPNHLAM.Count;
     }
     HCIJEDFCNOP.SendNext(this.OEAMKOEOFMB);
     HCIJEDFCNOP.BBHGPGBHMML(this.DFKCPBOBMAA);
     for (int i = 0; i < this.CDBLIPNHLAM.Count; i++)
     {
         HCIJEDFCNOP.PBECMJMDHBI(this.CDBLIPNHLAM[i]);
     }
     this.CDBLIPNHLAM.Clear();
     this.OEAMKOEOFMB = 0;
 }
コード例 #23
0
 // Token: 0x0600B4DD RID: 46301 RVA: 0x00427E1C File Offset: 0x0042601C
 public void ABKGKDOLPBF(PhotonStream HCIJEDFCNOP)
 {
     if (this.CDBLIPNHLAM.Count > 1 && this.DFKCPBOBMAA < 1)
     {
         this.DFKCPBOBMAA = this.CDBLIPNHLAM.Count;
     }
     HCIJEDFCNOP.OLACNHHHOEL(this.OEAMKOEOFMB);
     HCIJEDFCNOP.OLACNHHHOEL(this.DFKCPBOBMAA);
     for (int i = 1; i < this.CDBLIPNHLAM.Count; i++)
     {
         HCIJEDFCNOP.PBECMJMDHBI(this.CDBLIPNHLAM[i]);
     }
     this.CDBLIPNHLAM.Clear();
     this.OEAMKOEOFMB = 0;
 }
 // Token: 0x0600BB17 RID: 47895 RVA: 0x00441BC4 File Offset: 0x0043FDC4
 public void GBNDJBNLKLI(Quaternion LJCFLDEONDG, PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (!this.HNCFAJJGIPN.SynchronizeEnabled)
     {
         return;
     }
     if (HCIJEDFCNOP.isWriting)
     {
         HCIJEDFCNOP.PBECMJMDHBI(LJCFLDEONDG);
         this.JNONKGEGLID = LJCFLDEONDG;
     }
     else
     {
         this.JNONKGEGLID = (Quaternion)HCIJEDFCNOP.LNDLNKJPAGO();
     }
 }
 // Token: 0x0600BB24 RID: 47908 RVA: 0x00441F7C File Offset: 0x0044017C
 public void HDPOECGCALE(Quaternion LJCFLDEONDG, PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (!this.HNCFAJJGIPN.SynchronizeEnabled)
     {
         return;
     }
     if (HCIJEDFCNOP.FAOJEFAMBFN())
     {
         HCIJEDFCNOP.PBECMJMDHBI(LJCFLDEONDG);
         this.JNONKGEGLID = LJCFLDEONDG;
     }
     else
     {
         this.JNONKGEGLID = (Quaternion)HCIJEDFCNOP.KIEJNJBDAJJ();
     }
 }
 // Token: 0x0600BB20 RID: 47904 RVA: 0x00441E60 File Offset: 0x00440060
 public void LBLAKDBHADA(Quaternion LJCFLDEONDG, PhotonStream HCIJEDFCNOP, PhotonMessageInfo DAGALCAILLN)
 {
     if (!this.HNCFAJJGIPN.SynchronizeEnabled)
     {
         return;
     }
     if (HCIJEDFCNOP.GKJCHGIMOEJ())
     {
         HCIJEDFCNOP.PBECMJMDHBI(LJCFLDEONDG);
         this.JNONKGEGLID = LJCFLDEONDG;
     }
     else
     {
         this.JNONKGEGLID = (Quaternion)HCIJEDFCNOP.LNDLNKJPAGO();
     }
 }