1016 lines
36 KiB
C#
1016 lines
36 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020000BB RID: 187
|
|
public class SlidingDrawerPickup : RigidbodyPickup
|
|
{
|
|
// Token: 0x06002655 RID: 9813 RVA: 0x000B7864 File Offset: 0x000B5A64
|
|
public virtual void KMMFJBFGHEN(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.BDJINEJMDHH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.NGAHJPNPMHO(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002656 RID: 9814 RVA: 0x000B78D4 File Offset: 0x000B5AD4
|
|
public virtual bool HBMBNIFHAEI()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002657 RID: 9815 RVA: 0x000B78E4 File Offset: 0x000B5AE4
|
|
public virtual bool CPCMMFLHAKD()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002658 RID: 9816 RVA: 0x000B78F4 File Offset: 0x000B5AF4
|
|
private Joint JFCJNBACHDP(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002659 RID: 9817 RVA: 0x000B7950 File Offset: 0x000B5B50
|
|
public virtual bool CFLAGGNDPKC()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600265A RID: 9818 RVA: 0x000B7960 File Offset: 0x000B5B60
|
|
public virtual void EJLHGHIOAKO(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.Release();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.CIDECLINIDJ(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x0600265B RID: 9819 RVA: 0x000B79D0 File Offset: 0x000B5BD0
|
|
public virtual bool IKOMCNPKIIM()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600265C RID: 9820 RVA: 0x000B79E0 File Offset: 0x000B5BE0
|
|
public virtual bool DIJLPMIKKJL()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600265D RID: 9821 RVA: 0x000B79F0 File Offset: 0x000B5BF0
|
|
public virtual void KDKBFNLALMA(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.BDJINEJMDHH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.JFCJNBACHDP(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x0600265E RID: 9822 RVA: 0x000B7A60 File Offset: 0x000B5C60
|
|
public override void FILMFKIEBCJ(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.EMKMANCBLJH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.AOFIFKDAMFP(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x0600265F RID: 9823 RVA: 0x000B7AD0 File Offset: 0x000B5CD0
|
|
public virtual void NFHANGKOJJA(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.EDINJFDHBHF();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.NGAHJPNPMHO(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002660 RID: 9824 RVA: 0x000B7B40 File Offset: 0x000B5D40
|
|
public override void INNIMLIDAKN(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.EMKMANCBLJH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.IDKBMDJHNIF(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x06002661 RID: 9825 RVA: 0x000B7BB0 File Offset: 0x000B5DB0
|
|
public virtual void HCJHFICOPMA(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.ONPCGBIMHKI();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.LFHAJOPPIHB(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002662 RID: 9826 RVA: 0x000B7C20 File Offset: 0x000B5E20
|
|
public virtual void HOPANPOFGNF()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002663 RID: 9827 RVA: 0x000B7C74 File Offset: 0x000B5E74
|
|
public override void FELLCGFFLLH()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002664 RID: 9828 RVA: 0x000B7CC8 File Offset: 0x000B5EC8
|
|
public virtual void GJFHDCCHCDF(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.Release();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.AOFIFKDAMFP(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002665 RID: 9829 RVA: 0x000B7D38 File Offset: 0x000B5F38
|
|
public override void Pickup(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.Release();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.CIDECLINIDJ(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002666 RID: 9830 RVA: 0x000B7DA8 File Offset: 0x000B5FA8
|
|
public virtual void FOHJCBPFGGO()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002667 RID: 9831 RVA: 0x000B7DFC File Offset: 0x000B5FFC
|
|
public virtual bool NONHEBOKNHG()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002668 RID: 9832 RVA: 0x000B7E0C File Offset: 0x000B600C
|
|
public virtual void LAOJHPIDMBI()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002669 RID: 9833 RVA: 0x000B7E60 File Offset: 0x000B6060
|
|
public override void Release()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170000A8 RID: 168
|
|
// (get) Token: 0x0600266A RID: 9834 RVA: 0x000B7EB4 File Offset: 0x000B60B4
|
|
public override bool MEMOPCOHPLE
|
|
{
|
|
get
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600266B RID: 9835 RVA: 0x000B7EC4 File Offset: 0x000B60C4
|
|
private Joint ICDMKLHEBAN(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x0600266C RID: 9836 RVA: 0x000B7F20 File Offset: 0x000B6120
|
|
private Joint IDKBMDJHNIF(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x0600266D RID: 9837 RVA: 0x000B7F7C File Offset: 0x000B617C
|
|
public virtual void JODCADJJIKO()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600266E RID: 9838 RVA: 0x000B7FD0 File Offset: 0x000B61D0
|
|
public virtual bool LLBALONPEGL()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600266F RID: 9839 RVA: 0x000B7FE0 File Offset: 0x000B61E0
|
|
private Joint CAACIOEKCBE(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002670 RID: 9840 RVA: 0x000B803C File Offset: 0x000B623C
|
|
private Joint FNLGIOMKCOO(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002671 RID: 9841 RVA: 0x000B8098 File Offset: 0x000B6298
|
|
public virtual bool LHFAFHBOAPN()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002672 RID: 9842 RVA: 0x000B80A8 File Offset: 0x000B62A8
|
|
public virtual bool LLLBHFHMPCF()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002673 RID: 9843 RVA: 0x000B80B8 File Offset: 0x000B62B8
|
|
public virtual bool OHDGGJDIMOC()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002674 RID: 9844 RVA: 0x000B80C8 File Offset: 0x000B62C8
|
|
public virtual bool JCNDEJECMND()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002675 RID: 9845 RVA: 0x000B80D8 File Offset: 0x000B62D8
|
|
public virtual void CODNFFPKCEA()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002676 RID: 9846 RVA: 0x000B812C File Offset: 0x000B632C
|
|
public virtual void EAEGNKMLLIK(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.ONPCGBIMHKI();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.HGGEIIAKKPA(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002677 RID: 9847 RVA: 0x000B819C File Offset: 0x000B639C
|
|
public virtual void PBAHBNOLHKE(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.Release();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.JDFLNLACCCN(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002678 RID: 9848 RVA: 0x000B820C File Offset: 0x000B640C
|
|
public virtual void EGGKKENHNBL()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002679 RID: 9849 RVA: 0x000B8260 File Offset: 0x000B6460
|
|
public virtual void HFDMAEEPBOF()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600267A RID: 9850 RVA: 0x000B82B4 File Offset: 0x000B64B4
|
|
public virtual void EGEHGHEAINO()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600267B RID: 9851 RVA: 0x000B8308 File Offset: 0x000B6508
|
|
public virtual bool KLFIKHPFOKF()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600267C RID: 9852 RVA: 0x000B8318 File Offset: 0x000B6518
|
|
public virtual void CLBEJDFBAHH(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.FELLCGFFLLH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.NGAHJPNPMHO(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x0600267D RID: 9853 RVA: 0x000B8388 File Offset: 0x000B6588
|
|
public virtual void LEBNBNAPGFD()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600267E RID: 9854 RVA: 0x000B83DC File Offset: 0x000B65DC
|
|
public virtual bool CAIACAPAENC()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600267F RID: 9855 RVA: 0x000B83EC File Offset: 0x000B65EC
|
|
public virtual void LLDPGMJFMIN()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002680 RID: 9856 RVA: 0x000B8440 File Offset: 0x000B6640
|
|
public virtual void BAIMIFEPKBE(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.BDJINEJMDHH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.JDFLNLACCCN(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002681 RID: 9857 RVA: 0x000B84B0 File Offset: 0x000B66B0
|
|
private Joint JDFLNLACCCN(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002682 RID: 9858 RVA: 0x000B850C File Offset: 0x000B670C
|
|
public virtual void OGBAIDHBPMB(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.JDNMLKPBIEM();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.OBLJOPCPFCF(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x06002683 RID: 9859 RVA: 0x000B857C File Offset: 0x000B677C
|
|
public virtual bool PIHGIJHFALP()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002684 RID: 9860 RVA: 0x000B858C File Offset: 0x000B678C
|
|
public virtual bool LAIKFLDKKDI()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002685 RID: 9861 RVA: 0x000B859C File Offset: 0x000B679C
|
|
public virtual void OFNBLLDLPJB()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002686 RID: 9862 RVA: 0x000B85F0 File Offset: 0x000B67F0
|
|
public virtual bool AFFEECKJGNJ()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002687 RID: 9863 RVA: 0x000B8600 File Offset: 0x000B6800
|
|
private Joint CIDECLINIDJ(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002688 RID: 9864 RVA: 0x000B865C File Offset: 0x000B685C
|
|
private Joint PENNLCOMNLF(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002689 RID: 9865 RVA: 0x000B86B8 File Offset: 0x000B68B8
|
|
public virtual void JLPPFBFNHKD()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600268A RID: 9866 RVA: 0x000B870C File Offset: 0x000B690C
|
|
public virtual bool CJKEEDKLGLK()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600268B RID: 9867 RVA: 0x000B871C File Offset: 0x000B691C
|
|
public virtual void KOILDCAHBDK(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.ONPCGBIMHKI();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.OBLJOPCPFCF(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x0600268C RID: 9868 RVA: 0x000B878C File Offset: 0x000B698C
|
|
public virtual void KLNNBDJKLFP(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.Release();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.GKPGJINEDNN(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x0600268D RID: 9869 RVA: 0x000B87FC File Offset: 0x000B69FC
|
|
private Joint DIBCGCDCJGM(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x0600268E RID: 9870 RVA: 0x000B8858 File Offset: 0x000B6A58
|
|
public virtual void DNOPGDOBFPB()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600268F RID: 9871 RVA: 0x000B88AC File Offset: 0x000B6AAC
|
|
private Joint IENMADMJIIN(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002690 RID: 9872 RVA: 0x000B8908 File Offset: 0x000B6B08
|
|
public virtual bool DEGCBPCMLJE()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002691 RID: 9873 RVA: 0x000B8918 File Offset: 0x000B6B18
|
|
public virtual void GMCEFJCFFEC(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.EMKMANCBLJH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.OBLJOPCPFCF(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x06002692 RID: 9874 RVA: 0x000B8988 File Offset: 0x000B6B88
|
|
public virtual bool CBOHOKLNHPB()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002693 RID: 9875 RVA: 0x000B8998 File Offset: 0x000B6B98
|
|
private Joint NGAHJPNPMHO(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002694 RID: 9876 RVA: 0x000B89F4 File Offset: 0x000B6BF4
|
|
private Joint AOFIFKDAMFP(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x06002695 RID: 9877 RVA: 0x000B8A50 File Offset: 0x000B6C50
|
|
public virtual void OBFKMDBLJLP(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.Release();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.OBLJOPCPFCF(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x06002696 RID: 9878 RVA: 0x000B8AC0 File Offset: 0x000B6CC0
|
|
public virtual void EHEKOPNAMPJ()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002697 RID: 9879 RVA: 0x000B8B14 File Offset: 0x000B6D14
|
|
public virtual bool MHLPGDCKACP()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x06002698 RID: 9880 RVA: 0x000B8B24 File Offset: 0x000B6D24
|
|
public virtual void AJEOKLBPKDL()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002699 RID: 9881 RVA: 0x000B8B78 File Offset: 0x000B6D78
|
|
public virtual bool GGGBAMAGBGM()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600269A RID: 9882 RVA: 0x000B8B88 File Offset: 0x000B6D88
|
|
public virtual void BCIGKEMLPFK()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600269B RID: 9883 RVA: 0x000B8BDC File Offset: 0x000B6DDC
|
|
public virtual void EGJNDEPIAMB(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.ONPCGBIMHKI();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.CIDECLINIDJ(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x0600269C RID: 9884 RVA: 0x000B8C4C File Offset: 0x000B6E4C
|
|
public virtual bool PBJJCCJOALC()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x0600269D RID: 9885 RVA: 0x000B8C5C File Offset: 0x000B6E5C
|
|
private Joint LFHAJOPPIHB(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x0600269E RID: 9886 RVA: 0x000B8CB8 File Offset: 0x000B6EB8
|
|
public virtual void NFMFLALABJJ(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.EMKMANCBLJH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.MGEJNIJFJAH(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x0600269F RID: 9887 RVA: 0x000B8D28 File Offset: 0x000B6F28
|
|
private Joint COJMHMIPANI(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x060026A0 RID: 9888 RVA: 0x000B8D84 File Offset: 0x000B6F84
|
|
public virtual void NMAMNPGKILN()
|
|
{
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.LDGBHMIKDND;
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.BJLLLKOKEAJ);
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060026A1 RID: 9889 RVA: 0x000B8DD8 File Offset: 0x000B6FD8
|
|
private Joint MGEJNIJFJAH(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = true;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x060026A2 RID: 9890 RVA: 0x000B8E34 File Offset: 0x000B7034
|
|
private Joint HGGEIIAKKPA(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x060026A3 RID: 9891 RVA: 0x000B8E90 File Offset: 0x000B7090
|
|
public virtual void DAOKNGCKHOH(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.ONPCGBIMHKI();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.FNLGIOMKCOO(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x060026A4 RID: 9892 RVA: 0x000B8F00 File Offset: 0x000B7100
|
|
public virtual void MABMPBJKCDA()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060026A5 RID: 9893 RVA: 0x000B8F54 File Offset: 0x000B7154
|
|
public virtual void BKEOOICOEDF(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.Release();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.COJMHMIPANI(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.OKBAEPLAILA();
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OBNCDPGKCGJ;
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x060026A6 RID: 9894 RVA: 0x000B8FC4 File Offset: 0x000B71C4
|
|
public virtual void GKCJBCOPDCP(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.EMKMANCBLJH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.AOFIFKDAMFP(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x060026A7 RID: 9895 RVA: 0x000B9034 File Offset: 0x000B7234
|
|
public virtual void JEHLNILAHKK()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060026A8 RID: 9896 RVA: 0x000B9088 File Offset: 0x000B7288
|
|
public virtual bool IBGCHMLHFFL()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x060026A9 RID: 9897 RVA: 0x000B9098 File Offset: 0x000B7298
|
|
public virtual void JNOCLANNFKH(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.IDGGHKGFEJP();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.CIDECLINIDJ(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x060026AA RID: 9898 RVA: 0x000B9108 File Offset: 0x000B7308
|
|
private Joint FHFCBJPPBMG(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x060026AB RID: 9899 RVA: 0x000B9164 File Offset: 0x000B7364
|
|
public virtual bool BAAAPMCBADP()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x060026AC RID: 9900 RVA: 0x000B9174 File Offset: 0x000B7374
|
|
public virtual bool JCGOCMHLHFL()
|
|
{
|
|
return this.BPPBPEMLOCH != null;
|
|
}
|
|
|
|
// Token: 0x060026AD RID: 9901 RVA: 0x000B9184 File Offset: 0x000B7384
|
|
private Joint OBLJOPCPFCF(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x060026AF RID: 9903 RVA: 0x000B9214 File Offset: 0x000B7414
|
|
public override void EMKMANCBLJH()
|
|
{
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.LDGBHMIKDND);
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.BJLLLKOKEAJ;
|
|
if (this.BPPBPEMLOCH != null)
|
|
{
|
|
global::UnityEngine.Object.Destroy(this.BPPBPEMLOCH);
|
|
this.BPPBPEMLOCH = null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060026B0 RID: 9904 RVA: 0x000B9268 File Offset: 0x000B7468
|
|
public virtual void IAGJLOHFAOF(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.IDGGHKGFEJP();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.CIDECLINIDJ(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.IKNNJEPEBLN = this.linearDrag;
|
|
this.GGPILMKBGGN.OBNCDPGKCGJ = this.angularDrag;
|
|
}
|
|
|
|
// Token: 0x060026B1 RID: 9905 RVA: 0x000B92D8 File Offset: 0x000B74D8
|
|
public virtual void IAMFNHCNLIP(Transform MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
this.FELLCGFFLLH();
|
|
RigidbodyEx component = MMEBLCBANIL.GetComponent<RigidbodyEx>();
|
|
this.BPPBPEMLOCH = this.LFHAJOPPIHB(component, KOFPGEFEDDH, KKKJMGGKNPG);
|
|
this.LDGBHMIKDND = this.GGPILMKBGGN.IKNNJEPEBLN;
|
|
this.BJLLLKOKEAJ = this.GGPILMKBGGN.OJBHGFEFAAJ();
|
|
this.GGPILMKBGGN.PGAMGFKDPMO(this.linearDrag);
|
|
this.GGPILMKBGGN.GJDODFOHABA(this.angularDrag);
|
|
}
|
|
|
|
// Token: 0x060026B2 RID: 9906 RVA: 0x000B9348 File Offset: 0x000B7548
|
|
private Joint GKPGJINEDNN(RigidbodyEx MMEBLCBANIL, Vector3 KOFPGEFEDDH, Quaternion KKKJMGGKNPG)
|
|
{
|
|
SpringJoint springJoint = base.gameObject.AddComponent<SpringJoint>();
|
|
springJoint.autoConfigureConnectedAnchor = false;
|
|
springJoint.anchor = -KOFPGEFEDDH;
|
|
springJoint.connectedBody = MMEBLCBANIL.POEDHHBIGLD;
|
|
springJoint.connectedAnchor = Vector3.zero;
|
|
springJoint.spring = this.springForce;
|
|
springJoint.breakForce = this.breakForce;
|
|
return springJoint;
|
|
}
|
|
|
|
// Token: 0x0400050F RID: 1295
|
|
[SerializeField]
|
|
[Header("Hold Configuration Parameters")]
|
|
private float springForce = 100f;
|
|
|
|
// Token: 0x04000510 RID: 1296
|
|
[SerializeField]
|
|
private float linearDrag = 20f;
|
|
|
|
// Token: 0x04000511 RID: 1297
|
|
[SerializeField]
|
|
private float angularDrag = 5f;
|
|
|
|
// Token: 0x04000512 RID: 1298
|
|
[SerializeField]
|
|
private float breakForce = 50f;
|
|
|
|
// Token: 0x04000513 RID: 1299
|
|
private float LDGBHMIKDND;
|
|
|
|
// Token: 0x04000514 RID: 1300
|
|
private float BJLLLKOKEAJ;
|
|
|
|
// Token: 0x04000515 RID: 1301
|
|
private Joint BPPBPEMLOCH;
|
|
}
|