using System; using Cpp2IlInjected; using UnityEngine; namespace RecRoom { // Token: 0x02002078 RID: 8312 [Token(Token = "0x2002078")] [Serializable] public struct AdditiveAnimationWeight { // Token: 0x0600D480 RID: 54400 RVA: 0x003123CC File Offset: 0x003105CC [Token(Token = "0x600D480")] [Address(RVA = "0x9CFCD0", Offset = "0x9CEAD0", VA = "0x1809CFCD0")] public AdditiveAnimationWeight(Vector3 LLJIEPOKBEJ, Vector3 JGMOIBFNCHM) { float z = LLJIEPOKBEJ.z; float z2 = JGMOIBFNCHM.z; this.RotationWeight.z = z2; } // Token: 0x0600D481 RID: 54401 RVA: 0x003123F4 File Offset: 0x003105F4 [Token(Token = "0x600D481")] [Address(RVA = "0x9CFA30", Offset = "0x9CE830", VA = "0x1809CFA30")] public Vector3 GPFCLHLLHGG(Vector3 EOFPKPGPIGF) { /* An exception occurred when decompiling this method (0600D481) 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_0_06, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](EOFPKPGPIGF))) stloc:float32(var_2_0D, ldfld:float32(Vector3::z, ldloc:Vector3[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector3&](var_1))) } 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: 0x0600D482 RID: 54402 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600D482")] [Address(RVA = "0x9CF8B0", Offset = "0x9CE6B0", VA = "0x1809CF8B0")] public Quaternion AOJBLNNBMBF(Quaternion CNBNIEBBCIB) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600D483 RID: 54403 RVA: 0x00312410 File Offset: 0x00310610 // Note: this type is marked as 'beforefieldinit'. [Token(Token = "0x600D483")] [Address(RVA = "0x9CFAF0", Offset = "0x9CE8F0", VA = "0x1809CFAF0")] static AdditiveAnimationWeight() { Vector3 one = Vector3.one; Vector3 one2 = Vector3.one; Vector3 zero = Vector3.zero; Vector3 zero2 = Vector3.zero; } // Token: 0x040087FF RID: 34815 [Token(Token = "0x40087FF")] private static readonly Vector3 DEFAULT_CAMERA_POSITION_WEIGHT; // Token: 0x04008800 RID: 34816 [Token(Token = "0x4008800")] private static readonly Vector3 DEFAULT_CAMERA_ROTATION_WEIGHT; // Token: 0x04008801 RID: 34817 [FieldOffset(Offset = "0x0")] [Token(Token = "0x4008801")] public Vector3 PositionWeight; // Token: 0x04008802 RID: 34818 [FieldOffset(Offset = "0xC")] [Token(Token = "0x4008802")] public Vector3 RotationWeight; // Token: 0x04008803 RID: 34819 [Token(Token = "0x4008803")] public static readonly AdditiveAnimationWeight One; // Token: 0x04008804 RID: 34820 [Token(Token = "0x4008804")] public static readonly AdditiveAnimationWeight Zero; // Token: 0x04008805 RID: 34821 [Token(Token = "0x4008805")] public static readonly AdditiveAnimationWeight Default; } }