using System; using UnityEngine; // Token: 0x02000086 RID: 134 public class NUXCoCTableAutoHeight : MonoBehaviour { // Token: 0x06001D11 RID: 7441 RVA: 0x00088FB0 File Offset: 0x000871B0 private void NDIKALAHLIJ() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D12 RID: 7442 RVA: 0x00088FE4 File Offset: 0x000871E4 private void FFLOEBEMDHA(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D13 RID: 7443 RVA: 0x00089024 File Offset: 0x00087224 private void MBJAEHLCMGD() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D14 RID: 7444 RVA: 0x00089058 File Offset: 0x00087258 private void Update() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.NODJIOIOCCA(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.BOLOGIPBKEJ(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.BOLOGIPBKEJ(num4); } } } // Token: 0x06001D15 RID: 7445 RVA: 0x0008911C File Offset: 0x0008731C private void BOLOGIPBKEJ(float MPANAHFKKPG) { float num = MPANAHFKKPG - 0.031f; float num2 = 0.885f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D16 RID: 7446 RVA: 0x00089184 File Offset: 0x00087384 private void MBCLHBFHCPJ(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D17 RID: 7447 RVA: 0x000891C4 File Offset: 0x000873C4 private void JKMNBLDOIMB() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.BICLCACOHEA(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.BOLOGIPBKEJ(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.GMEJGCKDCIL(num4); } } } // Token: 0x06001D18 RID: 7448 RVA: 0x00089288 File Offset: 0x00087488 private void ELDDAJKFBGI(float MPANAHFKKPG) { float num = MPANAHFKKPG - 356f; float num2 = 342f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 72f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D19 RID: 7449 RVA: 0x000892F0 File Offset: 0x000874F0 private void KKFMLNPIMJK(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D1A RID: 7450 RVA: 0x00089330 File Offset: 0x00087530 private void DFNLKNBBOOG(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D1B RID: 7451 RVA: 0x00089370 File Offset: 0x00087570 private void CIIPMFJOIDB(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1496f; float num2 = 1589f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 201f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D1C RID: 7452 RVA: 0x000893D8 File Offset: 0x000875D8 private void KFLMPOCOMGG(float MPANAHFKKPG) { float num = MPANAHFKKPG - 201f; float num2 = 169f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1820f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D1D RID: 7453 RVA: 0x00089440 File Offset: 0x00087640 private void BNIGCPNGEDI(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D1E RID: 7454 RVA: 0x00089480 File Offset: 0x00087680 private void MIOPDJGLHML(float MPANAHFKKPG) { float num = MPANAHFKKPG - 229f; float num2 = 590f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1142f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D1F RID: 7455 RVA: 0x000894E8 File Offset: 0x000876E8 private void HEMHDCDICGB(float MPANAHFKKPG) { float num = MPANAHFKKPG - 764f; float num2 = 169f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1296f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D20 RID: 7456 RVA: 0x00089550 File Offset: 0x00087750 private void HNEJCGMHDHH() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.MBJIFAIJPOD(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.OMLOAAOHLNO(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.FOJOLHHMNMM(num4); } } } // Token: 0x06001D21 RID: 7457 RVA: 0x00089614 File Offset: 0x00087814 private void KMJHKIAOOFL(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D22 RID: 7458 RVA: 0x00089654 File Offset: 0x00087854 private void ELJEMOGNBOP() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.LNCICDMLADC(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.EOBKMFGJIBL(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.MIOPDJGLHML(num4); } } } // Token: 0x06001D23 RID: 7459 RVA: 0x00089718 File Offset: 0x00087918 private void NODJIOIOCCA(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D24 RID: 7460 RVA: 0x00089758 File Offset: 0x00087958 private void HNGBEOEJBFO() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.BIBJIHNFENE(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.FOPDLCPJCNJ(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.HEMHDCDICGB(num4); } } } // Token: 0x06001D25 RID: 7461 RVA: 0x0008981C File Offset: 0x00087A1C private void GPDBEJCAHDG(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D26 RID: 7462 RVA: 0x0008985C File Offset: 0x00087A5C private void BMHKIFKKMGE(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D27 RID: 7463 RVA: 0x0008989C File Offset: 0x00087A9C private void JGNIOPEPJEA(float MPANAHFKKPG) { float num = MPANAHFKKPG - 283f; float num2 = 548f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 490f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D28 RID: 7464 RVA: 0x00089904 File Offset: 0x00087B04 private void MCECFOCPOCA() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D29 RID: 7465 RVA: 0x00089938 File Offset: 0x00087B38 private void EPOMFBPLOAF(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D2A RID: 7466 RVA: 0x00089978 File Offset: 0x00087B78 private void PPFIBIEHPDP() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.DLDAINGMPGI(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.GEJOLOPFGOI(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.HEMHDCDICGB(num4); } } } // Token: 0x06001D2B RID: 7467 RVA: 0x00089A3C File Offset: 0x00087C3C private void LLPLBFCGPNP(float MPANAHFKKPG) { float num = MPANAHFKKPG - 883f; float num2 = 1950f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 782f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D2C RID: 7468 RVA: 0x00089AA4 File Offset: 0x00087CA4 private void KNJFCNCAPEE(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D2D RID: 7469 RVA: 0x00089AE4 File Offset: 0x00087CE4 private void MHDFIOMCCMO() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.DKBOOCBJOLO(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.GMEJGCKDCIL(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.ELDDAJKFBGI(num4); } } } // Token: 0x06001D2E RID: 7470 RVA: 0x00089BA8 File Offset: 0x00087DA8 private void HLADMFFFENH() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.KMJHKIAOOFL(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.JMDEIGHPHNK(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.KFLMPOCOMGG(num4); } } } // Token: 0x06001D2F RID: 7471 RVA: 0x00089C6C File Offset: 0x00087E6C private void MBJIFAIJPOD(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D30 RID: 7472 RVA: 0x00089CAC File Offset: 0x00087EAC private void DEFOKAMMFFM(float MPANAHFKKPG) { float num = MPANAHFKKPG - 334f; float num2 = 998f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1302f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D31 RID: 7473 RVA: 0x00089D14 File Offset: 0x00087F14 private void LIMCDDJINIK(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D33 RID: 7475 RVA: 0x00089D80 File Offset: 0x00087F80 private void FKBGDODILFI(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D34 RID: 7476 RVA: 0x00089DC0 File Offset: 0x00087FC0 private void GMEJGCKDCIL(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1023f; float num2 = 848f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1226f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D35 RID: 7477 RVA: 0x00089E28 File Offset: 0x00088028 private void EGPCNMCCHNL() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D36 RID: 7478 RVA: 0x00089E5C File Offset: 0x0008805C private void NKKKHBAGEJH() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.LIMCDDJINIK(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.CIIPMFJOIDB(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.BOLOGIPBKEJ(num4); } } } // Token: 0x06001D37 RID: 7479 RVA: 0x00089F20 File Offset: 0x00088120 private void JCNFEKMPHGO() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.BIBJIHNFENE(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.GEJOLOPFGOI(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.JACHBICEGEE(num4); } } } // Token: 0x06001D38 RID: 7480 RVA: 0x00089FE4 File Offset: 0x000881E4 private void EJELDFPCKKF() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.NODJIOIOCCA(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.OPNKKODDCCG(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.FOPDLCPJCNJ(num4); } } } // Token: 0x06001D39 RID: 7481 RVA: 0x0008A0A8 File Offset: 0x000882A8 private void NEBDFMBABFN() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D3A RID: 7482 RVA: 0x0008A0DC File Offset: 0x000882DC private void CHOLLIANPAL() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D3B RID: 7483 RVA: 0x0008A110 File Offset: 0x00088310 private void MJGFPAHIHGG() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.KMJHKIAOOFL(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.DEFOKAMMFFM(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.CIIPMFJOIDB(num4); } } } // Token: 0x06001D3C RID: 7484 RVA: 0x0008A1D4 File Offset: 0x000883D4 private void LICOOKBHABA(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D3D RID: 7485 RVA: 0x0008A214 File Offset: 0x00088414 private void GLCJOILECOJ(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D3E RID: 7486 RVA: 0x0008A254 File Offset: 0x00088454 private void GOGJEGIGNAI() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D3F RID: 7487 RVA: 0x0008A288 File Offset: 0x00088488 private void Awake() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D40 RID: 7488 RVA: 0x0008A2BC File Offset: 0x000884BC private void HEEOJIHGDGA(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D41 RID: 7489 RVA: 0x0008A2FC File Offset: 0x000884FC private void DPKJDHBLECB(float MPANAHFKKPG) { float num = MPANAHFKKPG - 701f; float num2 = 786f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1317f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D42 RID: 7490 RVA: 0x0008A364 File Offset: 0x00088564 private void DAAKONOFDAB(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D43 RID: 7491 RVA: 0x0008A3A4 File Offset: 0x000885A4 private void BBOIJKLPABP() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D44 RID: 7492 RVA: 0x0008A3D8 File Offset: 0x000885D8 private void NJBNCAPPAOH() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.FFLOEBEMDHA(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.GLDGNFPACGO(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.KFLMPOCOMGG(num4); } } } // Token: 0x06001D45 RID: 7493 RVA: 0x0008A49C File Offset: 0x0008869C private void PFFJDAEJMBO() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.IJIEHAJCBHC(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.DEFOKAMMFFM(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.DPKJDHBLECB(num4); } } } // Token: 0x06001D46 RID: 7494 RVA: 0x0008A560 File Offset: 0x00088760 private void DLDAINGMPGI(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D47 RID: 7495 RVA: 0x0008A5A0 File Offset: 0x000887A0 private void FKPJMANBHBO() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.JHNNOHJKEJK(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.OAMKFNHHBMP(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.JMDEIGHPHNK(num4); } } } // Token: 0x06001D48 RID: 7496 RVA: 0x0008A664 File Offset: 0x00088864 private void ILDEOJLFDJB() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.NODJIOIOCCA(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.LLPLBFCGPNP(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.EOBKMFGJIBL(num4); } } } // Token: 0x06001D49 RID: 7497 RVA: 0x0008A728 File Offset: 0x00088928 private void LIEPFLEGIMJ() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.KKFMLNPIMJK(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.FOJOLHHMNMM(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.DPKJDHBLECB(num4); } } } // Token: 0x06001D4A RID: 7498 RVA: 0x0008A7EC File Offset: 0x000889EC private void FNNCEMJECLP() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D4B RID: 7499 RVA: 0x0008A820 File Offset: 0x00088A20 private void OMLOAAOHLNO(float MPANAHFKKPG) { float num = MPANAHFKKPG - 515f; float num2 = 1910f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1355f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D4C RID: 7500 RVA: 0x0008A888 File Offset: 0x00088A88 private void MIBIJLIBPGJ() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.EPOMFBPLOAF(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.LGFFFLKDOOH(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.GLDGNFPACGO(num4); } } } // Token: 0x06001D4D RID: 7501 RVA: 0x0008A94C File Offset: 0x00088B4C private void ODHJMELBKFJ(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1073f; float num2 = 681f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1192f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D4E RID: 7502 RVA: 0x0008A9B4 File Offset: 0x00088BB4 private void EDLNDOKONIB(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D4F RID: 7503 RVA: 0x0008A9F4 File Offset: 0x00088BF4 private void MHCOOGDNGEN(float MPANAHFKKPG) { float num = MPANAHFKKPG - 944f; float num2 = 1682f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1057f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D50 RID: 7504 RVA: 0x0008AA5C File Offset: 0x00088C5C private void OBHBFPACFNI() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D51 RID: 7505 RVA: 0x0008AA90 File Offset: 0x00088C90 private void LNCICDMLADC(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D52 RID: 7506 RVA: 0x0008AAD0 File Offset: 0x00088CD0 private void DFCDBHCAIPH() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.KNJFCNCAPEE(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.NNEJKMIBOHO(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.FOJOLHHMNMM(num4); } } } // Token: 0x06001D53 RID: 7507 RVA: 0x0008AB94 File Offset: 0x00088D94 private void JKJIAKOHKOE(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D54 RID: 7508 RVA: 0x0008ABD4 File Offset: 0x00088DD4 private void BGJEJHLKNKA() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D55 RID: 7509 RVA: 0x0008AC08 File Offset: 0x00088E08 private void LGFFFLKDOOH(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1992f; float num2 = 1574f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 23f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D56 RID: 7510 RVA: 0x0008AC70 File Offset: 0x00088E70 private void DKBOOCBJOLO(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D57 RID: 7511 RVA: 0x0008ACB0 File Offset: 0x00088EB0 private void HGMHBGPFAFL(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D58 RID: 7512 RVA: 0x0008ACF0 File Offset: 0x00088EF0 private void JKFLOMBCKIL() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D59 RID: 7513 RVA: 0x0008AD24 File Offset: 0x00088F24 private void BJJKGIOCAIL() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.BICLCACOHEA(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.LLPLBFCGPNP(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.FOJOLHHMNMM(num4); } } } // Token: 0x06001D5A RID: 7514 RVA: 0x0008ADE8 File Offset: 0x00088FE8 private void DKLNFMHBGHH(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D5B RID: 7515 RVA: 0x0008AE28 File Offset: 0x00089028 private void BIBJIHNFENE(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D5C RID: 7516 RVA: 0x0008AE68 File Offset: 0x00089068 private void ENGNDJADBDF() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.DAAKONOFDAB(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.MHCOOGDNGEN(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.JMDEIGHPHNK(num4); } } } // Token: 0x06001D5D RID: 7517 RVA: 0x0008AF2C File Offset: 0x0008912C private void CEFBFDNICOB() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.NODJIOIOCCA(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.OPNKKODDCCG(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.OAMKFNHHBMP(num4); } } } // Token: 0x06001D5E RID: 7518 RVA: 0x0008AFF0 File Offset: 0x000891F0 private void FOJOLHHMNMM(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1532f; float num2 = 20f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1011f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D5F RID: 7519 RVA: 0x0008B058 File Offset: 0x00089258 private void JCDJNJAIEJC() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.KNJFCNCAPEE(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.BOLOGIPBKEJ(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.GMEJGCKDCIL(num4); } } } // Token: 0x06001D60 RID: 7520 RVA: 0x0008B11C File Offset: 0x0008931C private void DDDJHGJFIJL() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D61 RID: 7521 RVA: 0x0008B150 File Offset: 0x00089350 private void OEPIHOLDDHK(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D62 RID: 7522 RVA: 0x0008B190 File Offset: 0x00089390 private void EOBKMFGJIBL(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1637f; float num2 = 1974f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 729f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D63 RID: 7523 RVA: 0x0008B1F8 File Offset: 0x000893F8 private void FOPDLCPJCNJ(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1159f; float num2 = 363f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1686f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D64 RID: 7524 RVA: 0x0008B260 File Offset: 0x00089460 private void JACHBICEGEE(float MPANAHFKKPG) { float num = MPANAHFKKPG - 291f; float num2 = 1715f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1329f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D65 RID: 7525 RVA: 0x0008B2C8 File Offset: 0x000894C8 private void OPNKKODDCCG(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1237f; float num2 = 12f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 585f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D66 RID: 7526 RVA: 0x0008B330 File Offset: 0x00089530 private void NMOBMJGJCCC() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D67 RID: 7527 RVA: 0x0008B364 File Offset: 0x00089564 private void OAMKFNHHBMP(float MPANAHFKKPG) { float num = MPANAHFKKPG - 904f; float num2 = 313f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 914f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D68 RID: 7528 RVA: 0x0008B3CC File Offset: 0x000895CC private void AMKBAAIAIFI(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D69 RID: 7529 RVA: 0x0008B40C File Offset: 0x0008960C private void LGNHINLJKMN() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.KKFMLNPIMJK(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.LLPLBFCGPNP(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.FOJOLHHMNMM(num4); } } } // Token: 0x06001D6A RID: 7530 RVA: 0x0008B4D0 File Offset: 0x000896D0 private void LFOBKOPABPE(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1975f; float num2 = 578f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1092f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D6B RID: 7531 RVA: 0x0008B538 File Offset: 0x00089738 private void IJIEHAJCBHC(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D6C RID: 7532 RVA: 0x0008B578 File Offset: 0x00089778 private void AJLMLNBDMCH() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.JKJIAKOHKOE(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.OAMKFNHHBMP(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.OPNKKODDCCG(num4); } } } // Token: 0x06001D6D RID: 7533 RVA: 0x0008B63C File Offset: 0x0008983C private void POMCHIPOPEA() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D6E RID: 7534 RVA: 0x0008B670 File Offset: 0x00089870 private void DALFLKEEIEM() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.GLCJOILECOJ(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.MHCOOGDNGEN(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.BOLOGIPBKEJ(num4); } } } // Token: 0x06001D6F RID: 7535 RVA: 0x0008B734 File Offset: 0x00089934 private void HIJOFIKNJEE() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.DFNLKNBBOOG(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.GMEJGCKDCIL(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.GEJOLOPFGOI(num4); } } } // Token: 0x06001D70 RID: 7536 RVA: 0x0008B7F8 File Offset: 0x000899F8 private void FDBHMLOEHCE() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D71 RID: 7537 RVA: 0x0008B82C File Offset: 0x00089A2C private void PLKAFOMPMKE() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.EPOMFBPLOAF(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.KFLMPOCOMGG(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.ODHJMELBKFJ(num4); } } } // Token: 0x06001D72 RID: 7538 RVA: 0x0008B8F0 File Offset: 0x00089AF0 private void MNONJPCDMPB() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.FPGHBCGJIHL(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.MIOPDJGLHML(this.LLPEIGOHBKN); this.DNIFNHCBCNH = true; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.GEJOLOPFGOI(num4); } } } // Token: 0x06001D73 RID: 7539 RVA: 0x0008B9B4 File Offset: 0x00089BB4 private void CDJAJGLHIBB(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D74 RID: 7540 RVA: 0x0008B9F4 File Offset: 0x00089BF4 private void GEJOLOPFGOI(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1717f; float num2 = 1959f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1745f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D75 RID: 7541 RVA: 0x0008BA5C File Offset: 0x00089C5C private void PAALCGEAEDE() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D76 RID: 7542 RVA: 0x0008BA90 File Offset: 0x00089C90 private void JMDEIGHPHNK(float MPANAHFKKPG) { float num = MPANAHFKKPG - 856f; float num2 = 388f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 1401f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D77 RID: 7543 RVA: 0x0008BAF8 File Offset: 0x00089CF8 private void GLDGNFPACGO(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1203f; float num2 = 1496f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 25f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D78 RID: 7544 RVA: 0x0008BB60 File Offset: 0x00089D60 private void BGHHKKGMBFJ() { float y = this.IIIKHPDLCJH.transform.position.y; float num = y - this.LLPEIGOHBKN; if (Mathf.Abs(num - this.idealDistance) > this.acceptableError) { this.KMJHKIAOOFL(y - this.idealDistance); } if (this.DNIFNHCBCNH) { float num2 = Time.time - this.KOOCIGONPFM; if (num2 >= this.animationDuration) { this.ODHJMELBKFJ(this.LLPEIGOHBKN); this.DNIFNHCBCNH = false; } else { float num3 = this.curve.Evaluate(num2 / this.animationDuration); float num4 = Mathf.Lerp(this.PJJAGNEFCAP, this.LLPEIGOHBKN, num3); this.LGFFFLKDOOH(num4); } } } // Token: 0x06001D79 RID: 7545 RVA: 0x0008BC24 File Offset: 0x00089E24 private void FPGHBCGJIHL(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D7A RID: 7546 RVA: 0x0008BC64 File Offset: 0x00089E64 private void BICLCACOHEA(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = true; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D7B RID: 7547 RVA: 0x0008BCA4 File Offset: 0x00089EA4 private void NNEJKMIBOHO(float MPANAHFKKPG) { float num = MPANAHFKKPG - 1783f; float num2 = 262f; float num3 = num / num2; Vector3 localScale = base.transform.localScale; localScale.y = num3; base.transform.localScale = localScale; Vector3 localScale2 = this.buttonTransform.localScale; localScale2.y = 760f / num3; this.buttonTransform.localScale = localScale2; } // Token: 0x06001D7C RID: 7548 RVA: 0x0008BD0C File Offset: 0x00089F0C private void GICHADGFOJK() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x06001D7D RID: 7549 RVA: 0x0008BD40 File Offset: 0x00089F40 private void JHNNOHJKEJK(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D7E RID: 7550 RVA: 0x0008BD80 File Offset: 0x00089F80 private void JGDBHILMIOG(float LIFJGBPBJNP) { this.LLPEIGOHBKN = LIFJGBPBJNP; this.DNIFNHCBCNH = false; this.KOOCIGONPFM = Time.time; this.PJJAGNEFCAP = this.buttonTransform.position.y; } // Token: 0x06001D7F RID: 7551 RVA: 0x0008BDC0 File Offset: 0x00089FC0 private void JCIBODNDMOO() { this.IIIKHPDLCJH = Camera.main; this.LLPEIGOHBKN = this.buttonTransform.position.y; } // Token: 0x040003C5 RID: 965 private const float DMMMPOGNJGN = 0.031f; // Token: 0x040003C6 RID: 966 private const float DPFCGNCLCEF = 0.916f; // Token: 0x040003C7 RID: 967 public Transform buttonTransform; // Token: 0x040003C8 RID: 968 public AnimationCurve curve; // Token: 0x040003C9 RID: 969 public float animationDuration = 1f; // Token: 0x040003CA RID: 970 public float idealDistance = 0.6f; // Token: 0x040003CB RID: 971 public float acceptableError = 0.1f; // Token: 0x040003CC RID: 972 private Camera IIIKHPDLCJH; // Token: 0x040003CD RID: 973 private bool DNIFNHCBCNH; // Token: 0x040003CE RID: 974 private float LLPEIGOHBKN; // Token: 0x040003CF RID: 975 private float KOOCIGONPFM; // Token: 0x040003D0 RID: 976 private float PJJAGNEFCAP; }