73 lines
2.5 KiB
C#
73 lines
2.5 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
namespace RootMotion.FinalIK
|
|
{
|
|
// Token: 0x02000408 RID: 1032
|
|
[Token(Token = "0x2000408")]
|
|
[HelpURL("http://www.root-motion.com/finalikdox/html/page4.html")]
|
|
[AddComponentMenu("Scripts/RootMotion.FinalIK/IK/FABRIK")]
|
|
public class FABRIK : IK
|
|
{
|
|
// Token: 0x060024FA RID: 9466 RVA: 0x00053BEC File Offset: 0x00051DEC
|
|
[Token(Token = "0x60024FA")]
|
|
[Address(RVA = "0xA6B470", Offset = "0xA6A270", VA = "0x180A6B470", Slot = "8")]
|
|
[ContextMenu("User Manual")]
|
|
protected override void OpenUserManual()
|
|
{
|
|
Application.OpenURL("http://www.root-motion.com/finalikdox/html/page4.html");
|
|
}
|
|
|
|
// Token: 0x060024FB RID: 9467 RVA: 0x00053C04 File Offset: 0x00051E04
|
|
[Token(Token = "0x60024FB")]
|
|
[Address(RVA = "0xA6B430", Offset = "0xA6A230", VA = "0x180A6B430", 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.html");
|
|
}
|
|
|
|
// Token: 0x060024FC RID: 9468 RVA: 0x00053C1C File Offset: 0x00051E1C
|
|
[Token(Token = "0x60024FC")]
|
|
[Address(RVA = "0xA6B4B0", Offset = "0xA6A2B0", VA = "0x180A6B4B0")]
|
|
[ContextMenu("Support Group")]
|
|
private void SupportGroup()
|
|
{
|
|
Application.OpenURL("https://groups.google.com/forum/#!forum/final-ik");
|
|
}
|
|
|
|
// Token: 0x060024FD RID: 9469 RVA: 0x00053C34 File Offset: 0x00051E34
|
|
[Token(Token = "0x60024FD")]
|
|
[Address(RVA = "0xA6B3F0", Offset = "0xA6A1F0", VA = "0x180A6B3F0")]
|
|
[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: 0x060024FE RID: 9470 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60024FE")]
|
|
[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: 0x060024FF RID: 9471 RVA: 0x00053C4C File Offset: 0x00051E4C
|
|
[Token(Token = "0x60024FF")]
|
|
[Address(RVA = "0xA6B4F0", Offset = "0xA6A2F0", VA = "0x180A6B4F0")]
|
|
public FABRIK()
|
|
{
|
|
IKSolverFABRIK iksolverFABRIK = new IKSolverFABRIK();
|
|
this.solver = iksolverFABRIK;
|
|
base..ctor();
|
|
}
|
|
|
|
// Token: 0x04002E9B RID: 11931
|
|
[FieldOffset(Offset = "0x38")]
|
|
[Token(Token = "0x4002E9B")]
|
|
public IKSolverFABRIK solver;
|
|
}
|
|
}
|