Files
2026-06-04 11:42:34 +02:00

275 lines
7.2 KiB
C#

using System;
using UnityEngine;
namespace Valve.VR.InteractionSystem
{
// Token: 0x020005CB RID: 1483
public class LinearDisplacement : MonoBehaviour
{
// Token: 0x0600EB04 RID: 60164 RVA: 0x004619D8 File Offset: 0x0045FBD8
private void AMCANMJHAEH()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB05 RID: 60165 RVA: 0x00461A08 File Offset: 0x0045FC08
private void LPOMDLJJBKF()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB06 RID: 60166 RVA: 0x00461A38 File Offset: 0x0045FC38
private void FGCPHGJDALF()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB07 RID: 60167 RVA: 0x00461A68 File Offset: 0x0045FC68
private void IOGPMJADEIB()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB08 RID: 60168 RVA: 0x00461AA8 File Offset: 0x0045FCA8
private void PLKHINPPGPK()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB09 RID: 60169 RVA: 0x00461AE8 File Offset: 0x0045FCE8
private void JKMNBLDOIMB()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB0A RID: 60170 RVA: 0x00461B28 File Offset: 0x0045FD28
private void EBMACIPLEOE()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB0B RID: 60171 RVA: 0x00461B58 File Offset: 0x0045FD58
private void AHHEENEFAPI()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB0C RID: 60172 RVA: 0x00461B98 File Offset: 0x0045FD98
private void NIBGLHFHJLJ()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB0D RID: 60173 RVA: 0x00461BD8 File Offset: 0x0045FDD8
private void CJDFMFPIFDB()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB0E RID: 60174 RVA: 0x00461C18 File Offset: 0x0045FE18
private void BABKFIKEOCG()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB0F RID: 60175 RVA: 0x00461C48 File Offset: 0x0045FE48
private void OMKBNLGFNIL()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB11 RID: 60177 RVA: 0x00461C80 File Offset: 0x0045FE80
private void JAMDPKFNJBF()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB12 RID: 60178 RVA: 0x00461CB0 File Offset: 0x0045FEB0
private void Update()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB13 RID: 60179 RVA: 0x00461CF0 File Offset: 0x0045FEF0
private void KFMEHMEDGBE()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB14 RID: 60180 RVA: 0x00461D20 File Offset: 0x0045FF20
private void Start()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB15 RID: 60181 RVA: 0x00461D50 File Offset: 0x0045FF50
private void DEBKBIIGAAN()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB16 RID: 60182 RVA: 0x00461D80 File Offset: 0x0045FF80
private void IGDMCDLELON()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB17 RID: 60183 RVA: 0x00461DC0 File Offset: 0x0045FFC0
private void LOGFBGOPLLO()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB18 RID: 60184 RVA: 0x00461E00 File Offset: 0x00460000
private void GPDOCPBDIHJ()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB19 RID: 60185 RVA: 0x00461E40 File Offset: 0x00460040
private void PAEIJLKEEGJ()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB1A RID: 60186 RVA: 0x00461E70 File Offset: 0x00460070
private void DKDGOJGKHDM()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB1B RID: 60187 RVA: 0x00461EB0 File Offset: 0x004600B0
private void PBCNFAEFEEO()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB1C RID: 60188 RVA: 0x00461EF0 File Offset: 0x004600F0
private void LHMGNEDHIHI()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB1D RID: 60189 RVA: 0x00461F30 File Offset: 0x00460130
private void KDBBACLJIAP()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x0600EB1E RID: 60190 RVA: 0x00461F60 File Offset: 0x00460160
private void PKKOKHACBCE()
{
if (this.linearMapping)
{
base.transform.localPosition = this.CCDDEAIIDLA + this.linearMapping.value * this.displacement;
}
}
// Token: 0x0600EB1F RID: 60191 RVA: 0x00461FA0 File Offset: 0x004601A0
private void JJHPPFMOEGM()
{
this.CCDDEAIIDLA = base.transform.localPosition;
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
}
// Token: 0x040021E0 RID: 8672
public Vector3 displacement;
// Token: 0x040021E1 RID: 8673
public LinearMapping linearMapping;
// Token: 0x040021E2 RID: 8674
private Vector3 CCDDEAIIDLA;
}
}