Files
Dec2017-Script-Dump/Assembly-CSharp/VoiceLineControl.cs
T
2026-06-04 11:42:34 +02:00

1497 lines
53 KiB
C#

using System;
using System.Collections;
using UnityEngine;
// Token: 0x02000CE8 RID: 3304
public class VoiceLineControl : MonoBehaviour
{
// Token: 0x0601ABDF RID: 109535 RVA: 0x0077D210 File Offset: 0x0077B410
private void MNONJPCDMPB()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601ABE0 RID: 109536 RVA: 0x0077D2A8 File Offset: 0x0077B4A8
private IEnumerator EIFEOMJLBBA()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601ABE1 RID: 109537 RVA: 0x0077D2C4 File Offset: 0x0077B4C4
private IEnumerator GMKKFOHHIEF()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601ABE2 RID: 109538 RVA: 0x0077D2E0 File Offset: 0x0077B4E0
private void GDCKNLLEHEP()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABE3 RID: 109539 RVA: 0x0077D350 File Offset: 0x0077B550
private void EFELNEOGOLN()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABE4 RID: 109540 RVA: 0x0077D3C0 File Offset: 0x0077B5C0
public void AFNGGOHCLBN(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601ABE5 RID: 109541 RVA: 0x0077D3CC File Offset: 0x0077B5CC
private void IPAPMGBLCNF()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1494f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 566f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1402f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1363f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1471f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1984f);
this.CPOIIIOJEKG();
}
// Token: 0x0601ABE6 RID: 109542 RVA: 0x0077D4C8 File Offset: 0x0077B6C8
private void MDCNOIALLAF()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601ABE7 RID: 109543 RVA: 0x0077D560 File Offset: 0x0077B760
private void EIHMKLCOOPC()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABE8 RID: 109544 RVA: 0x0077D5D0 File Offset: 0x0077B7D0
private void DJIDJEOKKOF()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABE9 RID: 109545 RVA: 0x0077D640 File Offset: 0x0077B840
public void DIPEDENCEAE(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601ABEA RID: 109546 RVA: 0x0077D64C File Offset: 0x0077B84C
private void FOKDCBABBJD()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABEB RID: 109547 RVA: 0x0077D6BC File Offset: 0x0077B8BC
private void NPOPGAOFLLI()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601ABEC RID: 109548 RVA: 0x0077D754 File Offset: 0x0077B954
private void OLFDICJLNIM()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABED RID: 109549 RVA: 0x0077D7C4 File Offset: 0x0077B9C4
private void LHDEGPKAADF()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601ABEE RID: 109550 RVA: 0x0077D85C File Offset: 0x0077BA5C
private void ICDEBDDPPBP()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABEF RID: 109551 RVA: 0x0077D8CC File Offset: 0x0077BACC
private void DBBBJHJJBDK()
{
this.GLIBJABFMOI = 841f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.ABBJNMIHODN());
}
// Token: 0x0601ABF0 RID: 109552 RVA: 0x0077D92C File Offset: 0x0077BB2C
private void PCIGLACHMPK()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABF1 RID: 109553 RVA: 0x0077D99C File Offset: 0x0077BB9C
private IEnumerator IAABNIJJDMK()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601ABF2 RID: 109554 RVA: 0x0077D9B8 File Offset: 0x0077BBB8
public void NNIAPLCMKLC(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601ABF3 RID: 109555 RVA: 0x0077D9C4 File Offset: 0x0077BBC4
private void EFOAIPKHNFC()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1450f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 217f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1599f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1151f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1699f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 294f);
this.GDCKNLLEHEP();
}
// Token: 0x0601ABF4 RID: 109556 RVA: 0x0077DAC0 File Offset: 0x0077BCC0
private void EHOLHPIPCFC()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601ABF5 RID: 109557 RVA: 0x0077DB30 File Offset: 0x0077BD30
private void NJOCMEGFEAG()
{
this.GLIBJABFMOI = 627f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.JJNGLDPFNPJ());
}
// Token: 0x0601ABF6 RID: 109558 RVA: 0x0077DB90 File Offset: 0x0077BD90
public void DMNOJAECJNM(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601ABF7 RID: 109559 RVA: 0x0077DB9C File Offset: 0x0077BD9C
private void DKIPJLNFJOM()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601ABF9 RID: 109561 RVA: 0x0077DC3C File Offset: 0x0077BE3C
public void BCICEMNBOAI(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601ABFA RID: 109562 RVA: 0x0077DC48 File Offset: 0x0077BE48
private void GLBKBCBIOFJ()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1637f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1553f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1271f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 317f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 612f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1690f);
this.OLFDICJLNIM();
}
// Token: 0x0601ABFB RID: 109563 RVA: 0x0077DD44 File Offset: 0x0077BF44
private void MMEOPLHCDAC()
{
this.GLIBJABFMOI = 423f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.FMNOIANDJGA());
}
// Token: 0x0601ABFC RID: 109564 RVA: 0x0077DDA4 File Offset: 0x0077BFA4
private void DHKOHMJLFCA()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1311f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 25f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1323f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1129f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1833f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1603f);
this.BGOIHACEPFM();
}
// Token: 0x0601ABFD RID: 109565 RVA: 0x0077DEA0 File Offset: 0x0077C0A0
private void JIAABHJPAKJ()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601ABFE RID: 109566 RVA: 0x0077DF38 File Offset: 0x0077C138
private void AJMAOAOGHFK()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 548f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 158f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1886f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1479f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 305f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 826f);
this.EFELNEOGOLN();
}
// Token: 0x0601ABFF RID: 109567 RVA: 0x0077E034 File Offset: 0x0077C234
private void JLOMELEDCLK()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 273f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1493f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1099f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1711f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1087f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 939f);
this.EHOLHPIPCFC();
}
// Token: 0x0601AC00 RID: 109568 RVA: 0x0077E130 File Offset: 0x0077C330
private void LPBFEEHNDAD()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 841f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1931f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 482f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1811f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1734f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 533f);
this.FKHAAIBJPBG();
}
// Token: 0x0601AC01 RID: 109569 RVA: 0x0077E22C File Offset: 0x0077C42C
private void AKBMLDPIIKM()
{
this.GLIBJABFMOI = 550f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.FJCJFKOKHLL());
}
// Token: 0x0601AC02 RID: 109570 RVA: 0x0077E28C File Offset: 0x0077C48C
private IEnumerator PBMBLEKBFCO()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC03 RID: 109571 RVA: 0x0077E2A8 File Offset: 0x0077C4A8
private void FELABOEMDEO()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601AC04 RID: 109572 RVA: 0x0077E340 File Offset: 0x0077C540
public void FFBAGLILOHP(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC05 RID: 109573 RVA: 0x0077E34C File Offset: 0x0077C54C
private void JFBNKKPABOC()
{
this.GLIBJABFMOI = 1893f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.FMNOIANDJGA());
}
// Token: 0x0601AC06 RID: 109574 RVA: 0x0077E3AC File Offset: 0x0077C5AC
private void DDEKKAJPKJD()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC07 RID: 109575 RVA: 0x0077E41C File Offset: 0x0077C61C
private void JEHMGMLGEAN()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC08 RID: 109576 RVA: 0x0077E48C File Offset: 0x0077C68C
private void EGPCNMCCHNL()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 673f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1350f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 423f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 508f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 620f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 5f);
this.PCIGLACHMPK();
}
// Token: 0x0601AC09 RID: 109577 RVA: 0x0077E588 File Offset: 0x0077C788
private void ACOIMDMPDOM()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1019f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 732f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1537f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 485f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1345f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 881f);
this.JEHMGMLGEAN();
}
// Token: 0x0601AC0A RID: 109578 RVA: 0x0077E684 File Offset: 0x0077C884
public void AEBKMHNHIDO(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC0B RID: 109579 RVA: 0x0077E690 File Offset: 0x0077C890
private void NDIAAIGKNKA()
{
this.GLIBJABFMOI = 1484f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.MKLAFDGLOFD());
}
// Token: 0x0601AC0C RID: 109580 RVA: 0x0077E6F0 File Offset: 0x0077C8F0
public void EPJNLBEDGFM(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC0D RID: 109581 RVA: 0x0077E6FC File Offset: 0x0077C8FC
private void BHNBCHEDDOD()
{
this.GLIBJABFMOI = 14f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.KFDBFNLMNNJ());
}
// Token: 0x0601AC0E RID: 109582 RVA: 0x0077E75C File Offset: 0x0077C95C
private void JJHGPNEHNOM()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC0F RID: 109583 RVA: 0x0077E7F4 File Offset: 0x0077C9F4
private void KLEDPKHACMA()
{
this.GLIBJABFMOI = 1411f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.LILMFGBFKFA());
}
// Token: 0x0601AC10 RID: 109584 RVA: 0x0077E854 File Offset: 0x0077CA54
public void MJIJIMOLIMD(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC11 RID: 109585 RVA: 0x0077E860 File Offset: 0x0077CA60
private void IOKIFHGPMKI()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1745f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 916f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1120f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 560f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 908f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1388f);
this.MIHLBAGPCIC();
}
// Token: 0x0601AC12 RID: 109586 RVA: 0x0077E95C File Offset: 0x0077CB5C
private void FKHAAIBJPBG()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC13 RID: 109587 RVA: 0x0077E9CC File Offset: 0x0077CBCC
private void BJJKGIOCAIL()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC14 RID: 109588 RVA: 0x0077EA64 File Offset: 0x0077CC64
private IEnumerator KFDBFNLMNNJ()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC15 RID: 109589 RVA: 0x0077EA80 File Offset: 0x0077CC80
private void NFLDLDLPCJK()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 606f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 439f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1829f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1681f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1926f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1058f);
this.FIHCCIJGIJK();
}
// Token: 0x0601AC16 RID: 109590 RVA: 0x0077EB7C File Offset: 0x0077CD7C
private void MCLMBDOBLNJ()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1493f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1187f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1200f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 318f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 471f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 24f);
this.GDEJFHNMNEF();
}
// Token: 0x0601AC17 RID: 109591 RVA: 0x0077EC78 File Offset: 0x0077CE78
private IEnumerator FJCJFKOKHLL()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC18 RID: 109592 RVA: 0x0077EC94 File Offset: 0x0077CE94
private void IEIMHACIMAJ()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC19 RID: 109593 RVA: 0x0077ED04 File Offset: 0x0077CF04
private void HDPNKJLCMEL()
{
this.GLIBJABFMOI = 1457f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.ABBJNMIHODN());
}
// Token: 0x0601AC1A RID: 109594 RVA: 0x0077ED64 File Offset: 0x0077CF64
private IEnumerator GECJHFEDCKA()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC1B RID: 109595 RVA: 0x0077ED80 File Offset: 0x0077CF80
private IEnumerator DIHAHFBOJOF()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC1C RID: 109596 RVA: 0x0077ED9C File Offset: 0x0077CF9C
private void PAHDHGLJKNN()
{
this.GLIBJABFMOI = 1565f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.JJNGLDPFNPJ());
}
// Token: 0x0601AC1D RID: 109597 RVA: 0x0077EDFC File Offset: 0x0077CFFC
private void AHDFNCJNAEJ()
{
this.GLIBJABFMOI = 1464f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.GMKKFOHHIEF());
}
// Token: 0x0601AC1E RID: 109598 RVA: 0x0077EE5C File Offset: 0x0077D05C
private void GDEJFHNMNEF()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC1F RID: 109599 RVA: 0x0077EECC File Offset: 0x0077D0CC
private void MJEHPNFIMPP()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601AC20 RID: 109600 RVA: 0x0077EF64 File Offset: 0x0077D164
private IEnumerator FMNOIANDJGA()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC21 RID: 109601 RVA: 0x0077EF80 File Offset: 0x0077D180
private void IHOLKLKLDAA()
{
this.GLIBJABFMOI = 637f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.APMDNGIEGPK());
}
// Token: 0x0601AC22 RID: 109602 RVA: 0x0077EFE0 File Offset: 0x0077D1E0
private void ABBDFEGOFPH()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 761f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1724f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 620f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 600f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 352f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 904f);
this.PCIGLACHMPK();
}
// Token: 0x0601AC23 RID: 109603 RVA: 0x0077F0DC File Offset: 0x0077D2DC
private void DDDJHGJFIJL()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1805f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1272f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1023f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1143f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 68f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1990f);
this.KMAEGGBDBCE();
}
// Token: 0x0601AC24 RID: 109604 RVA: 0x0077F1D8 File Offset: 0x0077D3D8
public void KHEPOBEFGIA(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC25 RID: 109605 RVA: 0x0077F1E4 File Offset: 0x0077D3E4
private void INGMCGGJGMA()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1968f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 443f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 81f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 112f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1128f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1870f);
this.GDEJFHNMNEF();
}
// Token: 0x0601AC26 RID: 109606 RVA: 0x0077F2E0 File Offset: 0x0077D4E0
public void HAKFLAOFPMA(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC27 RID: 109607 RVA: 0x0077F2EC File Offset: 0x0077D4EC
public void NLHLMMPBJLD(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC28 RID: 109608 RVA: 0x0077F2F8 File Offset: 0x0077D4F8
private void FKNAFPHNDMM()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC29 RID: 109609 RVA: 0x0077F390 File Offset: 0x0077D590
private IEnumerator LILMFGBFKFA()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC2A RID: 109610 RVA: 0x0077F3AC File Offset: 0x0077D5AC
private void AANDHGOIAIC()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1529f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1988f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1673f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 906f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1820f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1088f);
this.FOKDCBABBJD();
}
// Token: 0x0601AC2B RID: 109611 RVA: 0x0077F4A8 File Offset: 0x0077D6A8
public void HJGHOHFKMHB(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC2C RID: 109612 RVA: 0x0077F4B4 File Offset: 0x0077D6B4
private void HFEJGMADFGH()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601AC2D RID: 109613 RVA: 0x0077F54C File Offset: 0x0077D74C
private void OAGKEIJNGFB()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 233f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 565f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 140f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1154f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 671f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1867f);
this.EHOLHPIPCFC();
}
// Token: 0x0601AC2E RID: 109614 RVA: 0x0077F648 File Offset: 0x0077D848
private void HOOOIPKICHK()
{
this.GLIBJABFMOI = 244f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.KFDBFNLMNNJ());
}
// Token: 0x0601AC2F RID: 109615 RVA: 0x0077F6A8 File Offset: 0x0077D8A8
private void GMDBGNMCONK()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 474f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 308f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 655f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 385f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1505f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1594f);
this.CKCNCMJGBML();
}
// Token: 0x0601AC30 RID: 109616 RVA: 0x0077F7A4 File Offset: 0x0077D9A4
private void KHENCKEEPDB()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 962f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1421f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 819f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1071f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 151f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1907f);
this.IEIMHACIMAJ();
}
// Token: 0x0601AC31 RID: 109617 RVA: 0x0077F8A0 File Offset: 0x0077DAA0
public void LGJPNODIFGN(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC32 RID: 109618 RVA: 0x0077F8AC File Offset: 0x0077DAAC
private void Awake()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 10f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 10f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 10f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 10f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 10f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 10f);
this.DJIDJEOKKOF();
}
// Token: 0x0601AC33 RID: 109619 RVA: 0x0077F9A8 File Offset: 0x0077DBA8
private IEnumerator IFNDALAOMIC()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC34 RID: 109620 RVA: 0x0077F9C4 File Offset: 0x0077DBC4
private void CJDFMFPIFDB()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC35 RID: 109621 RVA: 0x0077FA5C File Offset: 0x0077DC5C
private void JFFLHAMMGAH()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 272f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 395f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 466f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 987f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 129f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 903f);
this.FOKDCBABBJD();
}
// Token: 0x0601AC36 RID: 109622 RVA: 0x0077FB58 File Offset: 0x0077DD58
private IEnumerator JJNGLDPFNPJ()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC37 RID: 109623 RVA: 0x0077FB74 File Offset: 0x0077DD74
private void AGDGJOLCPDL()
{
this.GLIBJABFMOI = 1561f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.PKIPLOJPBBG());
}
// Token: 0x0601AC38 RID: 109624 RVA: 0x0077FBD4 File Offset: 0x0077DDD4
private void BFBHEJHIHCP()
{
this.GLIBJABFMOI = 1877f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.IFNDALAOMIC());
}
// Token: 0x0601AC39 RID: 109625 RVA: 0x0077FC34 File Offset: 0x0077DE34
private void MHJCEMECKEL()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601AC3A RID: 109626 RVA: 0x0077FCCC File Offset: 0x0077DECC
private void FJCCGJGLMLP()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 365f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1860f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1110f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 172f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1000f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 471f);
this.GDCKNLLEHEP();
}
// Token: 0x0601AC3B RID: 109627 RVA: 0x0077FDC8 File Offset: 0x0077DFC8
private void CIPCMIHPOFF()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 662f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1353f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 952f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1703f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1192f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 63f);
this.DDEKKAJPKJD();
}
// Token: 0x0601AC3C RID: 109628 RVA: 0x0077FEC4 File Offset: 0x0077E0C4
private void IDGJGAIBOCK()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC3D RID: 109629 RVA: 0x0077FF5C File Offset: 0x0077E15C
private void CPOIIIOJEKG()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC3E RID: 109630 RVA: 0x0077FFCC File Offset: 0x0077E1CC
private void OnEnable()
{
this.GLIBJABFMOI = 0f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.APMDNGIEGPK());
}
// Token: 0x0601AC3F RID: 109631 RVA: 0x0078002C File Offset: 0x0077E22C
private void BGOIHACEPFM()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC40 RID: 109632 RVA: 0x0078009C File Offset: 0x0077E29C
public void NPIHGHCAGFJ(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC41 RID: 109633 RVA: 0x007800A8 File Offset: 0x0077E2A8
private void LJLHGMJHALH()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC42 RID: 109634 RVA: 0x00780118 File Offset: 0x0077E318
private IEnumerator EOAGPBBPDPC()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC43 RID: 109635 RVA: 0x00780134 File Offset: 0x0077E334
private IEnumerator ABBJNMIHODN()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC44 RID: 109636 RVA: 0x00780150 File Offset: 0x0077E350
private void MIHLBAGPCIC()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC45 RID: 109637 RVA: 0x007801C0 File Offset: 0x0077E3C0
public void NILJMFEENPG(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC46 RID: 109638 RVA: 0x007801CC File Offset: 0x0077E3CC
private IEnumerator MKLAFDGLOFD()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC47 RID: 109639 RVA: 0x007801E8 File Offset: 0x0077E3E8
private IEnumerator PKIPLOJPBBG()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC48 RID: 109640 RVA: 0x00780204 File Offset: 0x0077E404
public void SetLifespan(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC49 RID: 109641 RVA: 0x00780210 File Offset: 0x0077E410
private void LOGFBGOPLLO()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601AC4A RID: 109642 RVA: 0x007802A8 File Offset: 0x0077E4A8
private void OEKOPBDDGCK()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC4B RID: 109643 RVA: 0x00780340 File Offset: 0x0077E540
private void KMAEGGBDBCE()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC4C RID: 109644 RVA: 0x007803B0 File Offset: 0x0077E5B0
private void LOFEIHMJJFA()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1447f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1305f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 900f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1976f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1328f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1822f);
this.GDEJFHNMNEF();
}
// Token: 0x0601AC4D RID: 109645 RVA: 0x007804AC File Offset: 0x0077E6AC
private void PAALCGEAEDE()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 373f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 1848f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1227f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 343f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 881f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 928f);
this.PCIGLACHMPK();
}
// Token: 0x0601AC4E RID: 109646 RVA: 0x007805A8 File Offset: 0x0077E7A8
public void OFNOFMPMHHC(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC4F RID: 109647 RVA: 0x007805B4 File Offset: 0x0077E7B4
private IEnumerator APMDNGIEGPK()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC50 RID: 109648 RVA: 0x007805D0 File Offset: 0x0077E7D0
private void JCLKEGHFNGJ()
{
this.GLIBJABFMOI = 513f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.LILMFGBFKFA());
}
// Token: 0x0601AC51 RID: 109649 RVA: 0x00780630 File Offset: 0x0077E830
private void DCHHEKEBMHL()
{
this.GLIBJABFMOI = 909f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.ENCMDAIJHKM());
}
// Token: 0x0601AC52 RID: 109650 RVA: 0x00780690 File Offset: 0x0077E890
private void JOJPDEDIMBE()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC53 RID: 109651 RVA: 0x00780700 File Offset: 0x0077E900
private void ODFEOGNDHKH()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC54 RID: 109652 RVA: 0x00780798 File Offset: 0x0077E998
public void OGCKNBMAIAA(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC55 RID: 109653 RVA: 0x007807A4 File Offset: 0x0077E9A4
public void KOHNMNCKFBN(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC56 RID: 109654 RVA: 0x007807B0 File Offset: 0x0077E9B0
private void FIHCCIJGIJK()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC57 RID: 109655 RVA: 0x00780820 File Offset: 0x0077EA20
public void KBMNIDHBPNJ(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC58 RID: 109656 RVA: 0x0078082C File Offset: 0x0077EA2C
private void CKCNCMJGBML()
{
float num = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.x, this.PKMCBBMPGIL.x);
float num2 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.y, this.PKMCBBMPGIL.y);
float num3 = global::UnityEngine.Random.Range(this.LCIJEBHCAFJ.z, this.PKMCBBMPGIL.z);
this.AOKABMJKAPL = new Vector3(num, num2, num3);
}
// Token: 0x0601AC59 RID: 109657 RVA: 0x0078089C File Offset: 0x0077EA9C
private void GJBDGBKPMKC()
{
this.GLIBJABFMOI = 415f;
base.transform.localPosition = this.NMPJFPPKOOH;
base.transform.localScale = this.KIOJJJEMMGI;
if (this.AENPNDHMHCL != null)
{
base.StopCoroutine(this.AENPNDHMHCL);
}
base.StartCoroutine(this.PKIPLOJPBBG());
}
// Token: 0x0601AC5A RID: 109658 RVA: 0x007808FC File Offset: 0x0077EAFC
private IEnumerator ENCMDAIJHKM()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC5B RID: 109659 RVA: 0x00780918 File Offset: 0x0077EB18
private void LHMGNEDHIHI()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC5C RID: 109660 RVA: 0x007809B0 File Offset: 0x0077EBB0
private void Update()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC5D RID: 109661 RVA: 0x00780A48 File Offset: 0x0077EC48
public void BPFHLDLDKEE(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC5E RID: 109662 RVA: 0x00780A54 File Offset: 0x0077EC54
public void FLNDNHJMBAB(float MAFHPOKOJGC)
{
this.MAFHPOKOJGC = MAFHPOKOJGC;
}
// Token: 0x0601AC5F RID: 109663 RVA: 0x00780A60 File Offset: 0x0077EC60
private void OFKGLPOECEG()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(true);
}
}
// Token: 0x0601AC60 RID: 109664 RVA: 0x00780AF8 File Offset: 0x0077ECF8
private IEnumerator IDCJAJNIDDA()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC61 RID: 109665 RVA: 0x00780B14 File Offset: 0x0077ED14
private IEnumerator JLKJFNHMMEM()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC62 RID: 109666 RVA: 0x00780B30 File Offset: 0x0077ED30
private void OPDMENDFALI()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1780f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 693f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1222f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 139f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1748f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1140f);
this.DDEKKAJPKJD();
}
// Token: 0x0601AC63 RID: 109667 RVA: 0x00780C2C File Offset: 0x0077EE2C
private void PBCGMHKELND()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 616f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 98f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 25f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1569f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1499f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 354f);
this.BGOIHACEPFM();
}
// Token: 0x0601AC64 RID: 109668 RVA: 0x00780D28 File Offset: 0x0077EF28
private void NFCPHOABMGD()
{
this.GLIBJABFMOI += this.Config.zTranslationRate * Time.deltaTime;
this.GLIBJABFMOI %= this.Config.zTranslationWrapLimit;
Vector3 nmpjfppkooh = this.NMPJFPPKOOH;
nmpjfppkooh.z += this.GLIBJABFMOI;
base.transform.localPosition = nmpjfppkooh;
base.transform.localScale = this.AOKABMJKAPL;
if (Time.time >= this.MAFHPOKOJGC)
{
base.gameObject.SetActive(false);
}
}
// Token: 0x0601AC65 RID: 109669 RVA: 0x00780DC0 File Offset: 0x0077EFC0
private IEnumerator OIIJICKJJFF()
{
for (;;)
{
yield return new WaitForSeconds(1f / this.Config.jitterFPS);
this.DJIDJEOKKOF();
}
yield break;
}
// Token: 0x0601AC66 RID: 109670 RVA: 0x00780DDC File Offset: 0x0077EFDC
private void AMNNBMEMJGB()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1150f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 170f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1850f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1179f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1593f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 551f);
this.CPOIIIOJEKG();
}
// Token: 0x0601AC67 RID: 109671 RVA: 0x00780ED8 File Offset: 0x0077F0D8
private void ADKAPKKOHBC()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1789f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 197f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 852f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1575f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1112f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 1726f);
this.GDEJFHNMNEF();
}
// Token: 0x0601AC68 RID: 109672 RVA: 0x00780FD4 File Offset: 0x0077F1D4
private void EEGBMHBGNFM()
{
this.NMPJFPPKOOH = base.transform.localPosition;
this.KIOJJJEMMGI = base.transform.localScale;
this.LCIJEBHCAFJ = new Vector3(this.KIOJJJEMMGI.x - this.KIOJJJEMMGI.x / 1638f, this.KIOJJJEMMGI.y - this.KIOJJJEMMGI.y / 380f, this.KIOJJJEMMGI.z - this.KIOJJJEMMGI.z / 1398f);
this.PKMCBBMPGIL = new Vector3(this.KIOJJJEMMGI.x + this.KIOJJJEMMGI.x / 1415f, this.KIOJJJEMMGI.y + this.KIOJJJEMMGI.y / 1162f, this.KIOJJJEMMGI.z + this.KIOJJJEMMGI.z / 184f);
this.IEIMHACIMAJ();
}
// Token: 0x040048D4 RID: 18644
private Vector3 NMPJFPPKOOH;
// Token: 0x040048D5 RID: 18645
private Vector3 KIOJJJEMMGI;
// Token: 0x040048D6 RID: 18646
private float MAFHPOKOJGC;
// Token: 0x040048D7 RID: 18647
private Vector3 LCIJEBHCAFJ;
// Token: 0x040048D8 RID: 18648
private Vector3 PKMCBBMPGIL;
// Token: 0x040048D9 RID: 18649
private Vector3 AOKABMJKAPL;
// Token: 0x040048DA RID: 18650
private float GLIBJABFMOI;
// Token: 0x040048DB RID: 18651
[HideInInspector]
public VoiceLineControl.VoiceLineControlConfig Config;
// Token: 0x040048DC RID: 18652
private Coroutine AENPNDHMHCL;
// Token: 0x02000CE9 RID: 3305
[Serializable]
public class VoiceLineControlConfig
{
// Token: 0x040048DD RID: 18653
public float zTranslationWrapLimit = 0.1f;
// Token: 0x040048DE RID: 18654
public float zTranslationRate = 0.01f;
// Token: 0x040048DF RID: 18655
public float jitterFPS = 20f;
// Token: 0x040048E0 RID: 18656
public float TTL = 0.1f;
}
}