Files
2023-09-06 22:19:13 +02:00

67 lines
2.4 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RootMotion
{
// Token: 0x020003E8 RID: 1000
[Token(Token = "0x20003E8")]
public class AxisTools
{
// Token: 0x06002518 RID: 9496 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002518")]
[Address(RVA = "0x79DEB0", Offset = "0x79CEB0", VA = "0x18079DEB0")]
public static Vector3 ToVector3(Axis axis)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002519 RID: 9497 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002519")]
[Address(RVA = "0x79DE50", Offset = "0x79CE50", VA = "0x18079DE50")]
public static Axis ToAxis(Vector3 v)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600251A RID: 9498 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600251A")]
[Address(RVA = "0x79D9C0", Offset = "0x79C9C0", VA = "0x18079D9C0")]
public static Axis GetAxisToPoint(Transform t, Vector3 worldPosition)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600251B RID: 9499 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600251B")]
[Address(RVA = "0x79D8F0", Offset = "0x79C8F0", VA = "0x18079D8F0")]
public static Axis GetAxisToDirection(Transform t, Vector3 direction)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600251C RID: 9500 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600251C")]
[Address(RVA = "0x79DD80", Offset = "0x79CD80", VA = "0x18079DD80")]
public static Vector3 GetAxisVectorToPoint(Transform t, Vector3 worldPosition)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600251D RID: 9501 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x600251D")]
[Address(RVA = "0x79DB20", Offset = "0x79CB20", VA = "0x18079DB20")]
public static Vector3 GetAxisVectorToDirection(Transform t, Vector3 direction)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600251E RID: 9502 RVA: 0x000569C4 File Offset: 0x00054BC4
[Token(Token = "0x600251E")]
[Address(RVA = "0x36ABD0", Offset = "0x369BD0", VA = "0x18036ABD0")]
public AxisTools()
{
}
}
}