864 lines
22 KiB
C#
864 lines
22 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace Valve.VR.InteractionSystem
|
|
{
|
|
// Token: 0x020005C9 RID: 1481
|
|
public class LinearAudioPitch : MonoBehaviour
|
|
{
|
|
// Token: 0x0600EA8C RID: 60044 RVA: 0x00460090 File Offset: 0x0045E290
|
|
private void KCAFPLFCIGE()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.GIPJFINIEFK();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA8D RID: 60045 RVA: 0x004600A4 File Offset: 0x0045E2A4
|
|
private void AAOFIIFIJFI()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA8E RID: 60046 RVA: 0x004600E8 File Offset: 0x0045E2E8
|
|
private void CJDFMFPIFDB()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.FJLPOIMMAIC();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA8F RID: 60047 RVA: 0x004600FC File Offset: 0x0045E2FC
|
|
private void JGPLPFOIJGH()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA90 RID: 60048 RVA: 0x00460140 File Offset: 0x0045E340
|
|
private void CFFINBHGPHO()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA91 RID: 60049 RVA: 0x00460184 File Offset: 0x0045E384
|
|
private void OBPFBLBNHDK()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA92 RID: 60050 RVA: 0x004601C8 File Offset: 0x0045E3C8
|
|
private void FCFFKHKNCJN()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA93 RID: 60051 RVA: 0x0046020C File Offset: 0x0045E40C
|
|
private void FKGBKMIHICN()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA94 RID: 60052 RVA: 0x00460250 File Offset: 0x0045E450
|
|
private void ONKCFGIOGCF()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA95 RID: 60053 RVA: 0x0046028C File Offset: 0x0045E48C
|
|
private void ACOIMDMPDOM()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA96 RID: 60054 RVA: 0x004602C8 File Offset: 0x0045E4C8
|
|
private void AANDHGOIAIC()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA97 RID: 60055 RVA: 0x00460304 File Offset: 0x0045E504
|
|
private void JJEKHMENJFE()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA98 RID: 60056 RVA: 0x00460340 File Offset: 0x0045E540
|
|
private void OABGNOOKCLF()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA99 RID: 60057 RVA: 0x00460384 File Offset: 0x0045E584
|
|
private void EEFJBLAIGBP()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA9A RID: 60058 RVA: 0x004603C0 File Offset: 0x0045E5C0
|
|
private void ELJEMOGNBOP()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.BBMPMCEEPCE();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA9B RID: 60059 RVA: 0x004603D4 File Offset: 0x0045E5D4
|
|
private void LFBEEEKPOGJ()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA9C RID: 60060 RVA: 0x00460418 File Offset: 0x0045E618
|
|
private void BIOPLCKCFFL()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA9D RID: 60061 RVA: 0x00460454 File Offset: 0x0045E654
|
|
private void DEFOOLMCKPM()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EA9E RID: 60062 RVA: 0x00460498 File Offset: 0x0045E698
|
|
private void NDIKALAHLIJ()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EA9F RID: 60063 RVA: 0x004604D4 File Offset: 0x0045E6D4
|
|
private void MDGPLNDHKCI()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.BBMPMCEEPCE();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAA0 RID: 60064 RVA: 0x004604E8 File Offset: 0x0045E6E8
|
|
private void JKFLOMBCKIL()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAA1 RID: 60065 RVA: 0x00460524 File Offset: 0x0045E724
|
|
private void LBLBKDMEIJP()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAA2 RID: 60066 RVA: 0x00460568 File Offset: 0x0045E768
|
|
private void FJCCGJGLMLP()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAA3 RID: 60067 RVA: 0x004605A4 File Offset: 0x0045E7A4
|
|
private void MJEHPNFIMPP()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.MFDEBKIGMDF();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAA4 RID: 60068 RVA: 0x004605B8 File Offset: 0x0045E7B8
|
|
private void NJBNCAPPAOH()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.IPKIKHPBAKA();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAA5 RID: 60069 RVA: 0x004605CC File Offset: 0x0045E7CC
|
|
private void BBMPMCEEPCE()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAA6 RID: 60070 RVA: 0x00460610 File Offset: 0x0045E810
|
|
private void PPHBEGIOLLH()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAA7 RID: 60071 RVA: 0x00460654 File Offset: 0x0045E854
|
|
private void LMAJMHGEPDB()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAA8 RID: 60072 RVA: 0x00460690 File Offset: 0x0045E890
|
|
private void BBOIJKLPABP()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAA9 RID: 60073 RVA: 0x004606CC File Offset: 0x0045E8CC
|
|
private void FCPBINBCJEN()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAAA RID: 60074 RVA: 0x00460710 File Offset: 0x0045E910
|
|
private void BHOMEEDCHBJ()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.MKJLECOMJNA();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAAB RID: 60075 RVA: 0x00460724 File Offset: 0x0045E924
|
|
private void Update()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.CDDLHCEIOOF();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAAC RID: 60076 RVA: 0x00460738 File Offset: 0x0045E938
|
|
private void DEFNHCKAMPC()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.LBLBKDMEIJP();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAAE RID: 60078 RVA: 0x0046075C File Offset: 0x0045E95C
|
|
private void DOFEHNLKLDJ()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAAF RID: 60079 RVA: 0x004607A0 File Offset: 0x0045E9A0
|
|
private void PLKHINPPGPK()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.MNFHFOLBPJJ();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAB0 RID: 60080 RVA: 0x004607B4 File Offset: 0x0045E9B4
|
|
private void GGGPONCFHPC()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.CFFINBHGPHO();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAB1 RID: 60081 RVA: 0x004607C8 File Offset: 0x0045E9C8
|
|
private void NELGHAFCLKG()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.GIPJFINIEFK();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAB2 RID: 60082 RVA: 0x004607DC File Offset: 0x0045E9DC
|
|
private void PLKAFOMPMKE()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.LBLBKDMEIJP();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAB3 RID: 60083 RVA: 0x004607F0 File Offset: 0x0045E9F0
|
|
private void NEFFCEJLOCD()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.OBPFBLBNHDK();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAB4 RID: 60084 RVA: 0x00460804 File Offset: 0x0045EA04
|
|
private void LGBNGDKIHOL()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAB5 RID: 60085 RVA: 0x00460848 File Offset: 0x0045EA48
|
|
private void LNKPKHFACHE()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAB6 RID: 60086 RVA: 0x00460884 File Offset: 0x0045EA84
|
|
private void LHMGNEDHIHI()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.MNFHFOLBPJJ();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAB7 RID: 60087 RVA: 0x00460898 File Offset: 0x0045EA98
|
|
private void LJFJILFBKHF()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.FCPBINBCJEN();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAB8 RID: 60088 RVA: 0x004608AC File Offset: 0x0045EAAC
|
|
private void DIFOLAHPMCC()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAB9 RID: 60089 RVA: 0x004608F0 File Offset: 0x0045EAF0
|
|
private void FJLPOIMMAIC()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EABA RID: 60090 RVA: 0x00460934 File Offset: 0x0045EB34
|
|
private void MKJLECOMJNA()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EABB RID: 60091 RVA: 0x00460978 File Offset: 0x0045EB78
|
|
private void IEPPDLJKMHL()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EABC RID: 60092 RVA: 0x004609BC File Offset: 0x0045EBBC
|
|
private void Awake()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EABD RID: 60093 RVA: 0x004609F8 File Offset: 0x0045EBF8
|
|
private void NPGBJPLJKDP()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.MIOLIJLOJIM();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EABE RID: 60094 RVA: 0x00460A0C File Offset: 0x0045EC0C
|
|
private void IOGPMJADEIB()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.DOFEHNLKLDJ();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EABF RID: 60095 RVA: 0x00460A20 File Offset: 0x0045EC20
|
|
private void NEEFJHOFMEE()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.NEHAHJGJMAE();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAC0 RID: 60096 RVA: 0x00460A34 File Offset: 0x0045EC34
|
|
private void NIBGLHFHJLJ()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.MNFHFOLBPJJ();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAC1 RID: 60097 RVA: 0x00460A48 File Offset: 0x0045EC48
|
|
private void IPKIKHPBAKA()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAC2 RID: 60098 RVA: 0x00460A8C File Offset: 0x0045EC8C
|
|
private void MIOLIJLOJIM()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAC3 RID: 60099 RVA: 0x00460AD0 File Offset: 0x0045ECD0
|
|
private void LEMGDPHJENH()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAC4 RID: 60100 RVA: 0x00460B0C File Offset: 0x0045ED0C
|
|
private void LOPGGBEPNAI()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.BBMPMCEEPCE();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAC5 RID: 60101 RVA: 0x00460B20 File Offset: 0x0045ED20
|
|
private void JMDMPPOJPOF()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAC6 RID: 60102 RVA: 0x00460B64 File Offset: 0x0045ED64
|
|
private void ELBDAIAMMGB()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAC7 RID: 60103 RVA: 0x00460BA0 File Offset: 0x0045EDA0
|
|
private void AJLMLNBDMCH()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.FCPBINBCJEN();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAC8 RID: 60104 RVA: 0x00460BB4 File Offset: 0x0045EDB4
|
|
private void LPBGGKDFLLN()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAC9 RID: 60105 RVA: 0x00460BF0 File Offset: 0x0045EDF0
|
|
private void OPDMENDFALI()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EACA RID: 60106 RVA: 0x00460C2C File Offset: 0x0045EE2C
|
|
private void OFKHEPNEFGP()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.JGPLPFOIJGH();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EACB RID: 60107 RVA: 0x00460C40 File Offset: 0x0045EE40
|
|
private void IGDMCDLELON()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.CFFINBHGPHO();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EACC RID: 60108 RVA: 0x00460C54 File Offset: 0x0045EE54
|
|
private void MFDEBKIGMDF()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EACD RID: 60109 RVA: 0x00460C98 File Offset: 0x0045EE98
|
|
private void JAPJKHPPDDI()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EACE RID: 60110 RVA: 0x00460CDC File Offset: 0x0045EEDC
|
|
private void DLCHNOFPONJ()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EACF RID: 60111 RVA: 0x00460D18 File Offset: 0x0045EF18
|
|
private void KKABOKBLDGJ()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAD0 RID: 60112 RVA: 0x00460D54 File Offset: 0x0045EF54
|
|
private void GMDBGNMCONK()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAD1 RID: 60113 RVA: 0x00460D90 File Offset: 0x0045EF90
|
|
private void PENBDGJGPJL()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.JMDMPPOJPOF();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAD2 RID: 60114 RVA: 0x00460DA4 File Offset: 0x0045EFA4
|
|
private void NEHAHJGJMAE()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAD3 RID: 60115 RVA: 0x00460DE8 File Offset: 0x0045EFE8
|
|
private void HKBNFKNLICF()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAD4 RID: 60116 RVA: 0x00460E24 File Offset: 0x0045F024
|
|
private void CAFCKELMDFF()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.FCFFKHKNCJN();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAD5 RID: 60117 RVA: 0x00460E38 File Offset: 0x0045F038
|
|
private void BDKMGEHDIIH()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAD6 RID: 60118 RVA: 0x00460E74 File Offset: 0x0045F074
|
|
private void CDDLHCEIOOF()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAD7 RID: 60119 RVA: 0x00460EB8 File Offset: 0x0045F0B8
|
|
private void ADIOFMMMFNL()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAD8 RID: 60120 RVA: 0x00460EF4 File Offset: 0x0045F0F4
|
|
private void GIPJFINIEFK()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAD9 RID: 60121 RVA: 0x00460F38 File Offset: 0x0045F138
|
|
private void HNDLFBBPEGL()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.MFDEBKIGMDF();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EADA RID: 60122 RVA: 0x00460F4C File Offset: 0x0045F14C
|
|
private void BBFOEEJAFHP()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EADB RID: 60123 RVA: 0x00460F90 File Offset: 0x0045F190
|
|
private void MDPIEJLKIAB()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.CFFINBHGPHO();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EADC RID: 60124 RVA: 0x00460FA4 File Offset: 0x0045F1A4
|
|
private void EEPEOCMOGIL()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.LBLBKDMEIJP();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EADD RID: 60125 RVA: 0x00460FB8 File Offset: 0x0045F1B8
|
|
private void JCNFEKMPHGO()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.DEFOOLMCKPM();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EADE RID: 60126 RVA: 0x00460FCC File Offset: 0x0045F1CC
|
|
private void PFBFOGJOOGP()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EADF RID: 60127 RVA: 0x00461008 File Offset: 0x0045F208
|
|
private void MPIHCILBGLM()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAE0 RID: 60128 RVA: 0x00461044 File Offset: 0x0045F244
|
|
private void FPMMBPEOBEE()
|
|
{
|
|
if (this.IMBEAPMCGGF == null)
|
|
{
|
|
this.IMBEAPMCGGF = base.GetComponent<AudioSource>();
|
|
}
|
|
if (this.linearMapping == null)
|
|
{
|
|
this.linearMapping = base.GetComponent<LinearMapping>();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAE1 RID: 60129 RVA: 0x00461080 File Offset: 0x0045F280
|
|
private void DGEJEJFMPIM()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.PPHBEGIOLLH();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600EAE2 RID: 60130 RVA: 0x00461094 File Offset: 0x0045F294
|
|
private void EHKOKFEKBPO()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAE3 RID: 60131 RVA: 0x004610D8 File Offset: 0x0045F2D8
|
|
private void MNFHFOLBPJJ()
|
|
{
|
|
float num = this.pitchCurve.Evaluate(this.linearMapping.value);
|
|
this.IMBEAPMCGGF.pitch = Mathf.Lerp(this.minPitch, this.maxPitch, num);
|
|
}
|
|
|
|
// Token: 0x0600EAE4 RID: 60132 RVA: 0x0046111C File Offset: 0x0045F31C
|
|
private void DFCDBHCAIPH()
|
|
{
|
|
if (this.applyContinuously)
|
|
{
|
|
this.LBLBKDMEIJP();
|
|
}
|
|
}
|
|
|
|
// Token: 0x040021D7 RID: 8663
|
|
public LinearMapping linearMapping;
|
|
|
|
// Token: 0x040021D8 RID: 8664
|
|
public AnimationCurve pitchCurve;
|
|
|
|
// Token: 0x040021D9 RID: 8665
|
|
public float minPitch;
|
|
|
|
// Token: 0x040021DA RID: 8666
|
|
public float maxPitch;
|
|
|
|
// Token: 0x040021DB RID: 8667
|
|
public bool applyContinuously = true;
|
|
|
|
// Token: 0x040021DC RID: 8668
|
|
private AudioSource IMBEAPMCGGF;
|
|
}
|
|
}
|