Files
NobetaSource/Cpp2IL/Assembly-CSharp/RootMotion/Interp.cs
2023-09-06 22:09:22 +02:00

260 lines
9.9 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RootMotion
{
// Token: 0x020003A5 RID: 933
[Token(Token = "0x20003A5")]
public class Interp
{
// Token: 0x060022CC RID: 8908 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022CC")]
[Address(RVA = "0x10B9190", Offset = "0x10B7990", VA = "0x1810B9190")]
public static float Float(float t, InterpolationMode mode)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022CD RID: 8909 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022CD")]
[Address(RVA = "0x10B9FE0", Offset = "0x10B87E0", VA = "0x1810B9FE0")]
public static Vector3 V3(Vector3 v1, Vector3 v2, float t, InterpolationMode mode)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022CE RID: 8910 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022CE")]
[Address(RVA = "0x10B9B00", Offset = "0x10B8300", VA = "0x1810B9B00")]
public static float LerpValue(float value, float target, float increaseSpeed, float decreaseSpeed)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022CF RID: 8911 RVA: 0x000505C8 File Offset: 0x0004E7C8
[Token(Token = "0x60022CF")]
[Address(RVA = "0x10B9B90", Offset = "0x10B8390", VA = "0x1810B9B90")]
private static float None(float t, float b, float c)
{
return t;
}
// Token: 0x060022D0 RID: 8912 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022D0")]
[Address(RVA = "0x10B9980", Offset = "0x10B8180", VA = "0x1810B9980")]
private static float InOutCubic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022D1 RID: 8913 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022D1")]
[Address(RVA = "0x10B99B0", Offset = "0x10B81B0", VA = "0x1810B99B0")]
private static float InOutQuintic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022D2 RID: 8914 RVA: 0x000505D8 File Offset: 0x0004E7D8
[Token(Token = "0x60022D2")]
[Address(RVA = "0x10B9A90", Offset = "0x10B8290", VA = "0x1810B9A90")]
private static float InQuintic(float t, float b, float c)
{
return t;
}
// Token: 0x060022D3 RID: 8915 RVA: 0x000505E8 File Offset: 0x0004E7E8
[Token(Token = "0x60022D3")]
[Address(RVA = "0x10B9A70", Offset = "0x10B8270", VA = "0x1810B9A70")]
private static float InQuartic(float t, float b, float c)
{
return t;
}
// Token: 0x060022D4 RID: 8916 RVA: 0x000505F8 File Offset: 0x0004E7F8
[Token(Token = "0x60022D4")]
[Address(RVA = "0x10B97D0", Offset = "0x10B7FD0", VA = "0x1810B97D0")]
private static float InCubic(float t, float b, float c)
{
return t;
}
// Token: 0x060022D5 RID: 8917 RVA: 0x00050608 File Offset: 0x0004E808
[Token(Token = "0x60022D5")]
[Address(RVA = "0x10B9A60", Offset = "0x10B8260", VA = "0x1810B9A60")]
private static float InQuadratic(float t, float b, float c)
{
return t;
}
// Token: 0x060022D6 RID: 8918 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022D6")]
[Address(RVA = "0x10B9F30", Offset = "0x10B8730", VA = "0x1810B9F30")]
private static float OutQuintic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022D7 RID: 8919 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022D7")]
[Address(RVA = "0x10B9ED0", Offset = "0x10B86D0", VA = "0x1810B9ED0")]
private static float OutQuartic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022D8 RID: 8920 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022D8")]
[Address(RVA = "0x10B9C70", Offset = "0x10B8470", VA = "0x1810B9C70")]
private static float OutCubic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022D9 RID: 8921 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022D9")]
[Address(RVA = "0x10B9E50", Offset = "0x10B8650", VA = "0x1810B9E50")]
private static float OutInCubic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022DA RID: 8922 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022DA")]
[Address(RVA = "0x10B9E90", Offset = "0x10B8690", VA = "0x1810B9E90")]
private static float OutInQuartic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022DB RID: 8923 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022DB")]
[Address(RVA = "0x10B9120", Offset = "0x10B7920", VA = "0x1810B9120")]
private static float BackInCubic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022DC RID: 8924 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022DC")]
[Address(RVA = "0x10B9150", Offset = "0x10B7950", VA = "0x1810B9150")]
private static float BackInQuartic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022DD RID: 8925 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022DD")]
[Address(RVA = "0x10B9BA0", Offset = "0x10B83A0", VA = "0x1810B9BA0")]
private static float OutBackCubic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022DE RID: 8926 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022DE")]
[Address(RVA = "0x10B9BE0", Offset = "0x10B83E0", VA = "0x1810B9BE0")]
private static float OutBackQuartic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022DF RID: 8927 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022DF")]
[Address(RVA = "0x10B9D20", Offset = "0x10B8520", VA = "0x1810B9D20")]
private static float OutElasticSmall(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022E0 RID: 8928 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022E0")]
[Address(RVA = "0x10B9CB0", Offset = "0x10B84B0", VA = "0x1810B9CB0")]
private static float OutElasticBig(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022E1 RID: 8929 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022E1")]
[Address(RVA = "0x10B9850", Offset = "0x10B8050", VA = "0x1810B9850")]
private static float InElasticSmall(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022E2 RID: 8930 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022E2")]
[Address(RVA = "0x10B97F0", Offset = "0x10B7FF0", VA = "0x1810B97F0")]
private static float InElasticBig(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022E3 RID: 8931 RVA: 0x00050618 File Offset: 0x0004E818
[Token(Token = "0x60022E3")]
[Address(RVA = "0x10B9AB0", Offset = "0x10B82B0", VA = "0x1810B9AB0")]
private static float InSine(float t, float b, float c)
{
return t * 1.5707964f;
}
// Token: 0x060022E4 RID: 8932 RVA: 0x0005062C File Offset: 0x0004E82C
[Token(Token = "0x60022E4")]
[Address(RVA = "0x10B9FA0", Offset = "0x10B87A0", VA = "0x1810B9FA0")]
private static float OutSine(float t, float b, float c)
{
return t * 1.5707964f;
}
// Token: 0x060022E5 RID: 8933 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022E5")]
[Address(RVA = "0x10B9A00", Offset = "0x10B8200", VA = "0x1810B9A00")]
private static float InOutSine(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022E6 RID: 8934 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022E6")]
[Address(RVA = "0x10B98B0", Offset = "0x10B80B0", VA = "0x1810B98B0")]
private static float InElastic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022E7 RID: 8935 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022E7")]
[Address(RVA = "0x10B9D90", Offset = "0x10B8590", VA = "0x1810B9D90")]
private static float OutElastic(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022E8 RID: 8936 RVA: 0x00050640 File Offset: 0x0004E840
[Token(Token = "0x60022E8")]
[Address(RVA = "0x10B97A0", Offset = "0x10B7FA0", VA = "0x1810B97A0")]
private static float InBack(float t, float b, float c)
{
float num = t * 2.70158f;
return c;
}
// Token: 0x060022E9 RID: 8937 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60022E9")]
[Address(RVA = "0x10B9C30", Offset = "0x10B8430", VA = "0x1810B9C30")]
private static float OutBack(float t, float b, float c)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060022EA RID: 8938 RVA: 0x00050658 File Offset: 0x0004E858
[Token(Token = "0x60022EA")]
[Address(RVA = "0x43A830", Offset = "0x439030", VA = "0x18043A830")]
public Interp()
{
}
}
}