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

67 lines
2.4 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RootMotion
{
// Token: 0x02000399 RID: 921
[Token(Token = "0x2000399")]
public class AxisTools
{
// Token: 0x06002281 RID: 8833 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002281")]
[Address(RVA = "0xB69EC0", Offset = "0xB686C0", VA = "0x180B69EC0")]
public static Vector3 ToVector3(Axis axis)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002282 RID: 8834 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002282")]
[Address(RVA = "0xB69E60", Offset = "0xB68660", VA = "0x180B69E60")]
public static Axis ToAxis(Vector3 v)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002283 RID: 8835 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002283")]
[Address(RVA = "0xB699D0", Offset = "0xB681D0", VA = "0x180B699D0")]
public static Axis GetAxisToPoint(Transform t, Vector3 worldPosition)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002284 RID: 8836 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002284")]
[Address(RVA = "0xB69900", Offset = "0xB68100", VA = "0x180B69900")]
public static Axis GetAxisToDirection(Transform t, Vector3 direction)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002285 RID: 8837 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002285")]
[Address(RVA = "0xB69D90", Offset = "0xB68590", VA = "0x180B69D90")]
public static Vector3 GetAxisVectorToPoint(Transform t, Vector3 worldPosition)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002286 RID: 8838 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002286")]
[Address(RVA = "0xB69B30", Offset = "0xB68330", VA = "0x180B69B30")]
public static Vector3 GetAxisVectorToDirection(Transform t, Vector3 direction)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002287 RID: 8839 RVA: 0x00050190 File Offset: 0x0004E390
[Token(Token = "0x6002287")]
[Address(RVA = "0x43A830", Offset = "0x439030", VA = "0x18043A830")]
public AxisTools()
{
}
}
}