139 lines
5.9 KiB
C#
139 lines
5.9 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom
|
|
{
|
|
// Token: 0x02001CD8 RID: 7384
|
|
[Token(Token = "0x2001CD8")]
|
|
[Serializable]
|
|
[StructLayout(3)]
|
|
public abstract class PlayerAnimationData<T> : NIPBJGMMMEF where T : CCICBIOHEMC
|
|
{
|
|
// Token: 0x17001EFF RID: 7935
|
|
// (get) Token: 0x0600C6C3 RID: 50883 RVA: 0x002F1548 File Offset: 0x002EF748
|
|
[Token(Token = "0x17001EFF")]
|
|
public T AnimationAsset
|
|
{
|
|
[Token(Token = "0x600C6C3")]
|
|
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
|
get
|
|
{
|
|
return this.Animation;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600C6C4 RID: 50884 RVA: 0x002F155C File Offset: 0x002EF75C
|
|
[Token(Token = "0x600C6C4")]
|
|
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0", Slot = "4")]
|
|
public CCICBIOHEMC EIAFOKCOANL()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0600C6C4)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling CCICBIOHEMC RecRoom.PlayerAnimationData`1::EIAFOKCOANL()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:!T(var_0_06, ldfld:!T(PlayerAnimationData`1::Animation, ldloc:PlayerAnimationData`1(this)))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x0600C6C5 RID: 50885 RVA: 0x002F1570 File Offset: 0x002EF770
|
|
[Token(Token = "0x600C6C5")]
|
|
[Address(RVA = "0x57B900", Offset = "0x57A300", VA = "0x18057B900", Slot = "5")]
|
|
public float OFDHEEDPKAC()
|
|
{
|
|
return this.FadeInTime;
|
|
}
|
|
|
|
// Token: 0x0600C6C6 RID: 50886 RVA: 0x002F1584 File Offset: 0x002EF784
|
|
[Token(Token = "0x600C6C6")]
|
|
[Address(RVA = "0x566EB0", Offset = "0x5658B0", VA = "0x180566EB0", Slot = "6")]
|
|
public float OLKJEGAIBGF()
|
|
{
|
|
return this.FadeOutTime;
|
|
}
|
|
|
|
// Token: 0x0600C6C7 RID: 50887 RVA: 0x002F1598 File Offset: 0x002EF798
|
|
[Token(Token = "0x600C6C7")]
|
|
[Address(RVA = "0x4D2500", Offset = "0x4D0F00", VA = "0x1804D2500", Slot = "7")]
|
|
public float DHMOEJNCNFI()
|
|
{
|
|
return this.LoopFadeTime;
|
|
}
|
|
|
|
// Token: 0x0600C6C8 RID: 50888 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600C6C8")]
|
|
[Address(RVA = "0x468030", Offset = "0x466A30", VA = "0x180468030", Slot = "8")]
|
|
public float FAECAOIJEKF()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600C6C9 RID: 50889 RVA: 0x002F15AC File Offset: 0x002EF7AC
|
|
[Token(Token = "0x600C6C9")]
|
|
[Address(RVA = "0x4D2560", Offset = "0x4D0F60", VA = "0x1804D2560", Slot = "9")]
|
|
public bool PAFBGDJLALB()
|
|
{
|
|
return this.EnforceFadeOutTime;
|
|
}
|
|
|
|
// Token: 0x0600C6CA RID: 50890 RVA: 0x002F15C0 File Offset: 0x002EF7C0
|
|
[Token(Token = "0x600C6CA")]
|
|
[Address(RVA = "0x23848C0", Offset = "0x23832C0", VA = "0x1823848C0")]
|
|
protected PlayerAnimationData()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04008381 RID: 33665
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4008381")]
|
|
[SerializeField]
|
|
protected T Animation;
|
|
|
|
// Token: 0x04008382 RID: 33666
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4008382")]
|
|
[SerializeField]
|
|
[Header("Fade Durations")]
|
|
protected float FadeInTime = 0.2f;
|
|
|
|
// Token: 0x04008383 RID: 33667
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4008383")]
|
|
[SerializeField]
|
|
protected float FadeOutTime = 0.2f;
|
|
|
|
// Token: 0x04008384 RID: 33668
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4008384")]
|
|
[SerializeField]
|
|
protected float LoopFadeTime = 0.2f;
|
|
|
|
// Token: 0x04008385 RID: 33669
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4008385")]
|
|
[SerializeField]
|
|
protected bool EnforceFadeOutTime;
|
|
|
|
// Token: 0x04008386 RID: 33670
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4008386")]
|
|
[SerializeField]
|
|
[Header("Play Speed")]
|
|
protected float PlaySpeed;
|
|
}
|
|
}
|