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

67 lines
2.4 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RootMotion
{
// Token: 0x02000390 RID: 912
[Token(Token = "0x2000390")]
public class AxisTools
{
// Token: 0x0600224F RID: 8783 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600224F")]
[Address(RVA = "0x8D27F0", Offset = "0x8D15F0", VA = "0x1808D27F0")]
public static Vector3 ToVector3(Axis axis)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002250 RID: 8784 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002250")]
[Address(RVA = "0x8D2790", Offset = "0x8D1590", VA = "0x1808D2790")]
public static Axis ToAxis(Vector3 v)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002251 RID: 8785 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002251")]
[Address(RVA = "0x8D2300", Offset = "0x8D1100", VA = "0x1808D2300")]
public static Axis GetAxisToPoint(Transform t, Vector3 worldPosition)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002252 RID: 8786 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002252")]
[Address(RVA = "0x8D2230", Offset = "0x8D1030", VA = "0x1808D2230")]
public static Axis GetAxisToDirection(Transform t, Vector3 direction)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002253 RID: 8787 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002253")]
[Address(RVA = "0x8D26C0", Offset = "0x8D14C0", VA = "0x1808D26C0")]
public static Vector3 GetAxisVectorToPoint(Transform t, Vector3 worldPosition)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002254 RID: 8788 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002254")]
[Address(RVA = "0x8D2460", Offset = "0x8D1260", VA = "0x1808D2460")]
public static Vector3 GetAxisVectorToDirection(Transform t, Vector3 direction)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002255 RID: 8789 RVA: 0x0004F728 File Offset: 0x0004D928
[Token(Token = "0x6002255")]
[Address(RVA = "0x3D8B20", Offset = "0x3D7920", VA = "0x1803D8B20")]
public AxisTools()
{
}
}
}