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

73 lines
2.5 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RootMotion.FinalIK
{
// Token: 0x02000409 RID: 1033
[Token(Token = "0x2000409")]
[HelpURL("http://www.root-motion.com/finalikdox/html/page5.html")]
[AddComponentMenu("Scripts/RootMotion.FinalIK/IK/FABRIK Root")]
public class FABRIKRoot : IK
{
// Token: 0x06002500 RID: 9472 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002500")]
[Address(RVA = "0xA6B300", Offset = "0xA6A100", VA = "0x180A6B300", Slot = "8")]
[ContextMenu("User Manual")]
protected override void OpenUserManual()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002501 RID: 9473 RVA: 0x00053C6C File Offset: 0x00051E6C
[Token(Token = "0x6002501")]
[Address(RVA = "0xA6B2C0", Offset = "0xA6A0C0", VA = "0x180A6B2C0", Slot = "9")]
[ContextMenu("Scrpt Reference")]
protected override void OpenScriptReference()
{
Application.OpenURL("http://www.root-motion.com/finalikdox/html/class_root_motion_1_1_final_i_k_1_1_f_a_b_r_i_k_root.html");
}
// Token: 0x06002502 RID: 9474 RVA: 0x00053C84 File Offset: 0x00051E84
[Token(Token = "0x6002502")]
[Address(RVA = "0xA6B340", Offset = "0xA6A140", VA = "0x180A6B340")]
[ContextMenu("Support Group")]
private void SupportGroup()
{
Application.OpenURL("https://groups.google.com/forum/#!forum/final-ik");
}
// Token: 0x06002503 RID: 9475 RVA: 0x00053C9C File Offset: 0x00051E9C
[Token(Token = "0x6002503")]
[Address(RVA = "0xA6B280", Offset = "0xA6A080", VA = "0x180A6B280")]
[ContextMenu("Asset Store Thread")]
private void ASThread()
{
Application.OpenURL("http://forum.unity3d.com/threads/final-ik-full-body-ik-aim-look-at-fabrik-ccd-ik-1-0-released.222685/");
}
// Token: 0x06002504 RID: 9476 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002504")]
[Address(RVA = "0x31E3C0", Offset = "0x31D1C0", VA = "0x18031E3C0", Slot = "7")]
public override IKSolver GetIKSolver()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002505 RID: 9477 RVA: 0x00053CB4 File Offset: 0x00051EB4
[Token(Token = "0x6002505")]
[Address(RVA = "0xA6B380", Offset = "0xA6A180", VA = "0x180A6B380")]
public FABRIKRoot()
{
IKSolverFABRIKRoot iksolverFABRIKRoot = new IKSolverFABRIKRoot();
this.solver = iksolverFABRIKRoot;
base..ctor();
}
// Token: 0x04002E9C RID: 11932
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4002E9C")]
public IKSolverFABRIKRoot solver;
}
}