This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,99 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom
{
// Token: 0x02001CDB RID: 7387
[Token(Token = "0x2001CDB")]
[Serializable]
[StructLayout(0, Size = 24)]
public struct AdditiveAnimationWeight
{
// Token: 0x0600C6D2 RID: 50898 RVA: 0x002F1620 File Offset: 0x002EF820
[Token(Token = "0x600C6D2")]
[Address(RVA = "0xDBA0", Offset = "0xCFA0", VA = "0x18000DBA0")]
public AdditiveAnimationWeight(Vector3 positionWeight, Vector3 rotationWeight)
{
float z = positionWeight.z;
float z2 = rotationWeight.z;
}
// Token: 0x0600C6D3 RID: 50899 RVA: 0x002F163C File Offset: 0x002EF83C
[Token(Token = "0x600C6D3")]
[Address(RVA = "0x236D40", Offset = "0x236140", VA = "0x180236D40")]
public Vector3 GPFCLHLLHGG(Vector3 EOFPKPGPIGF)
{
/*
An exception occurred when decompiling this method (0600C6D3)
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Vector3 RecRoom.AdditiveAnimationWeight::GPFCLHLLHGG(UnityEngine.Vector3)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:float32(var_1_06, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](var_0)))
}
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: 0x0600C6D4 RID: 50900 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600C6D4")]
[Address(RVA = "0x236BB0", Offset = "0x235FB0", VA = "0x180236BB0")]
public Quaternion AOJBLNNBMBF(Quaternion CNBNIEBBCIB)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600C6D5 RID: 50901 RVA: 0x002F1650 File Offset: 0x002EF850
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x600C6D5")]
[Address(RVA = "0x15BD7C0", Offset = "0x15BC1C0", VA = "0x1815BD7C0")]
static AdditiveAnimationWeight()
{
Vector3 one = Vector3.one;
Vector3 one2 = Vector3.one;
Vector3 zero = Vector3.zero;
Vector3 zero2 = Vector3.zero;
}
// Token: 0x04008387 RID: 33671
[Token(Token = "0x4008387")]
private static readonly Vector3 DEFAULT_CAMERA_POSITION_WEIGHT;
// Token: 0x04008388 RID: 33672
[Token(Token = "0x4008388")]
private static readonly Vector3 DEFAULT_CAMERA_ROTATION_WEIGHT;
// Token: 0x04008389 RID: 33673
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4008389")]
public Vector3 PositionWeight;
// Token: 0x0400838A RID: 33674
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC")]
[Token(Token = "0x400838A")]
public Vector3 RotationWeight;
// Token: 0x0400838B RID: 33675
[Token(Token = "0x400838B")]
public static readonly AdditiveAnimationWeight One;
// Token: 0x0400838C RID: 33676
[Token(Token = "0x400838C")]
public static readonly AdditiveAnimationWeight Zero;
// Token: 0x0400838D RID: 33677
[Token(Token = "0x400838D")]
public static readonly AdditiveAnimationWeight Default;
}
}