This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,309 @@
using System;
using UnityEngine;
namespace Valve.VR.InteractionSystem
{
// Token: 0x020005C7 RID: 1479
public class LinearAnimation : MonoBehaviour
{
// Token: 0x0600EA30 RID: 59952 RVA: 0x0045D654 File Offset: 0x0045B854
private void BBKPAKKLOGB()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = WrapMode.Default;
this.CCKLKACIKEJ.speed = 692f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA31 RID: 59953 RVA: 0x0045D6F8 File Offset: 0x0045B8F8
private void PBCGMHKELND()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = false;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = WrapMode.Once;
this.CCKLKACIKEJ.speed = 1163f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA32 RID: 59954 RVA: 0x0045D79C File Offset: 0x0045B99C
private void AHLMADACOLB()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = false;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = (WrapMode)7;
this.CCKLKACIKEJ.speed = 643f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA34 RID: 59956 RVA: 0x0045D848 File Offset: 0x0045BA48
private void CCOHCCEHNIC()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = (WrapMode)6;
this.CCKLKACIKEJ.speed = 1435f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA35 RID: 59957 RVA: 0x0045D8EC File Offset: 0x0045BAEC
private void MICFHMAIGIB()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = WrapMode.PingPong;
this.CCKLKACIKEJ.speed = 144f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA36 RID: 59958 RVA: 0x0045D990 File Offset: 0x0045BB90
private void DLCHNOFPONJ()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = (WrapMode)6;
this.CCKLKACIKEJ.speed = 1323f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA37 RID: 59959 RVA: 0x0045DA34 File Offset: 0x0045BC34
private void Awake()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = WrapMode.PingPong;
this.CCKLKACIKEJ.speed = 0f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA38 RID: 59960 RVA: 0x0045DAD8 File Offset: 0x0045BCD8
private void OEHDEPBJFAB()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = false;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = (WrapMode)7;
this.CCKLKACIKEJ.speed = 94f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA39 RID: 59961 RVA: 0x0045DB7C File Offset: 0x0045BD7C
private void POMCHIPOPEA()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = WrapMode.PingPong;
this.CCKLKACIKEJ.speed = 1160f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA3A RID: 59962 RVA: 0x0045DC20 File Offset: 0x0045BE20
private void BBOIJKLPABP()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = false;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = (WrapMode)7;
this.CCKLKACIKEJ.speed = 404f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA3B RID: 59963 RVA: 0x0045DCC4 File Offset: 0x0045BEC4
private void NEFFCEJLOCD()
{
float value = this.linearMapping.value;
if (value != this.JLDEKMBCMCG)
{
this.CCKLKACIKEJ.time = value / this.DKEJAMAMJLG;
}
this.JLDEKMBCMCG = value;
}
// Token: 0x0600EA3C RID: 59964 RVA: 0x0045DD04 File Offset: 0x0045BF04
private void IDFGKJHJBLA()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = false;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = (WrapMode)7;
this.CCKLKACIKEJ.speed = 260f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA3D RID: 59965 RVA: 0x0045DDA8 File Offset: 0x0045BFA8
private void FIDMEJHMGJI()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = WrapMode.PingPong;
this.CCKLKACIKEJ.speed = 1481f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA3E RID: 59966 RVA: 0x0045DE4C File Offset: 0x0045C04C
private void JJEKHMENJFE()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = (WrapMode)3;
this.CCKLKACIKEJ.speed = 964f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x0600EA3F RID: 59967 RVA: 0x0045DEF0 File Offset: 0x0045C0F0
private void Update()
{
float value = this.linearMapping.value;
if (value != this.JLDEKMBCMCG)
{
this.CCKLKACIKEJ.time = value / this.DKEJAMAMJLG;
}
this.JLDEKMBCMCG = value;
}
// Token: 0x0600EA40 RID: 59968 RVA: 0x0045DF30 File Offset: 0x0045C130
private void IGDMCDLELON()
{
float value = this.linearMapping.value;
if (value != this.JLDEKMBCMCG)
{
this.CCKLKACIKEJ.time = value / this.DKEJAMAMJLG;
}
this.JLDEKMBCMCG = value;
}
// Token: 0x0600EA41 RID: 59969 RVA: 0x0045DF70 File Offset: 0x0045C170
private void OLEBPMMFNIF()
{
if (this.animation == null)
{
this.animation = base.GetComponent<Animation>();
}
if (this.linearMapping == null)
{
this.linearMapping = base.GetComponent<LinearMapping>();
}
this.animation.playAutomatically = true;
this.CCKLKACIKEJ = this.animation[this.animation.clip.name];
this.CCKLKACIKEJ.wrapMode = WrapMode.Once;
this.CCKLKACIKEJ.speed = 1968f;
this.DKEJAMAMJLG = this.CCKLKACIKEJ.length;
}
// Token: 0x040021CE RID: 8654
public LinearMapping linearMapping;
// Token: 0x040021CF RID: 8655
public Animation animation;
// Token: 0x040021D0 RID: 8656
private AnimationState CCKLKACIKEJ;
// Token: 0x040021D1 RID: 8657
private float DKEJAMAMJLG;
// Token: 0x040021D2 RID: 8658
private float JLDEKMBCMCG;
}
}