Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp-firstpass/RootMotion/AvatarUtility.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

43 lines
1.3 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RootMotion
{
// Token: 0x02000015 RID: 21
[Token(Token = "0x2000013")]
public class AvatarUtility
{
// Token: 0x0600003D RID: 61 RVA: 0x000021C0 File Offset: 0x000003C0
[Token(Token = "0x600003D")]
[Address(RVA = "0xE09C00", Offset = "0xE08C00", VA = "0x180E09C00")]
public static Quaternion GetPostRotation(Avatar avatar, AvatarIKGoal avatarIKGoal)
{
return default(Quaternion);
}
// Token: 0x0600003E RID: 62 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600003E")]
[Address(RVA = "0xE09470", Offset = "0xE08470", VA = "0x180E09470")]
public static TQ GetIKGoalTQ(Avatar avatar, float humanScale, AvatarIKGoal avatarIKGoal, TQ bodyPositionRotation, TQ boneTQ)
{
return null;
}
// Token: 0x0600003F RID: 63 RVA: 0x000021D8 File Offset: 0x000003D8
[Token(Token = "0x600003F")]
[Address(RVA = "0xE09E20", Offset = "0xE08E20", VA = "0x180E09E20")]
public static HumanBodyBones HumanIDFromAvatarIKGoal(AvatarIKGoal avatarIKGoal)
{
return HumanBodyBones.Hips;
}
// Token: 0x06000040 RID: 64 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000040")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public AvatarUtility()
{
}
}
}