137 lines
5.7 KiB
C#
137 lines
5.7 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom
|
|
{
|
|
// Token: 0x02002075 RID: 8309
|
|
[Token(Token = "0x2002075")]
|
|
[Serializable]
|
|
public abstract class PlayerAnimationData<T> : NIPBJGMMMEF where T : CCICBIOHEMC
|
|
{
|
|
// Token: 0x170021D1 RID: 8657
|
|
// (get) Token: 0x0600D471 RID: 54385 RVA: 0x003122F4 File Offset: 0x003104F4
|
|
[Token(Token = "0x170021D1")]
|
|
public T AnimationAsset
|
|
{
|
|
[Token(Token = "0x600D471")]
|
|
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
|
|
get
|
|
{
|
|
return this.Animation;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600D472 RID: 54386 RVA: 0x00312308 File Offset: 0x00310508
|
|
[Token(Token = "0x600D472")]
|
|
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20", Slot = "4")]
|
|
public CCICBIOHEMC EIAFOKCOANL()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0600D472)
|
|
|
|
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 1660
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x0600D473 RID: 54387 RVA: 0x0031231C File Offset: 0x0031051C
|
|
[Token(Token = "0x600D473")]
|
|
[Address(RVA = "0x7634E0", Offset = "0x7622E0", VA = "0x1807634E0", Slot = "5")]
|
|
public float OFDHEEDPKAC()
|
|
{
|
|
return this.FadeInTime;
|
|
}
|
|
|
|
// Token: 0x0600D474 RID: 54388 RVA: 0x00312330 File Offset: 0x00310530
|
|
[Token(Token = "0x600D474")]
|
|
[Address(RVA = "0x763230", Offset = "0x762030", VA = "0x180763230", Slot = "6")]
|
|
public float OLKJEGAIBGF()
|
|
{
|
|
return this.FadeOutTime;
|
|
}
|
|
|
|
// Token: 0x0600D475 RID: 54389 RVA: 0x00312344 File Offset: 0x00310544
|
|
[Token(Token = "0x600D475")]
|
|
[Address(RVA = "0xAB2F40", Offset = "0xAB1D40", VA = "0x180AB2F40", Slot = "7")]
|
|
public float DHMOEJNCNFI()
|
|
{
|
|
return this.LoopFadeTime;
|
|
}
|
|
|
|
// Token: 0x0600D476 RID: 54390 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600D476")]
|
|
[Address(RVA = "0x7634F0", Offset = "0x7622F0", VA = "0x1807634F0", Slot = "8")]
|
|
public float FAECAOIJEKF()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600D477 RID: 54391 RVA: 0x00312358 File Offset: 0x00310558
|
|
[Token(Token = "0x600D477")]
|
|
[Address(RVA = "0x431BC0", Offset = "0x4309C0", VA = "0x180431BC0", Slot = "9")]
|
|
public bool PAFBGDJLALB()
|
|
{
|
|
return this.EnforceFadeOutTime;
|
|
}
|
|
|
|
// Token: 0x0600D478 RID: 54392 RVA: 0x0031236C File Offset: 0x0031056C
|
|
[Token(Token = "0x600D478")]
|
|
[Address(RVA = "0x21117A0", Offset = "0x21105A0", VA = "0x1821117A0")]
|
|
protected PlayerAnimationData()
|
|
{
|
|
}
|
|
|
|
// Token: 0x040087F9 RID: 34809
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x40087F9")]
|
|
[SerializeField]
|
|
protected T Animation;
|
|
|
|
// Token: 0x040087FA RID: 34810
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x40087FA")]
|
|
[SerializeField]
|
|
[Header("Fade Durations")]
|
|
protected float FadeInTime = 0.2f;
|
|
|
|
// Token: 0x040087FB RID: 34811
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x40087FB")]
|
|
[SerializeField]
|
|
protected float FadeOutTime = 0.2f;
|
|
|
|
// Token: 0x040087FC RID: 34812
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x40087FC")]
|
|
[SerializeField]
|
|
protected float LoopFadeTime = 0.2f;
|
|
|
|
// Token: 0x040087FD RID: 34813
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x40087FD")]
|
|
[SerializeField]
|
|
protected bool EnforceFadeOutTime;
|
|
|
|
// Token: 0x040087FE RID: 34814
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x40087FE")]
|
|
[SerializeField]
|
|
[Header("Play Speed")]
|
|
protected float PlaySpeed;
|
|
}
|
|
}
|