terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AnimatorControllerParameter.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
8 // Token: 0x02000007 RID: 7
9 [NativeHeader("Modules/Animation/ScriptBindings/AnimatorControllerParameter.bindings.h")]
10 [NativeHeader("Modules/Animation/AnimatorControllerParameter.h")]
11 [NativeType(CodegenOptions.Custom, "MonoAnimatorControllerParameter")]
14 [StructLayout(0)]
16 {
17 // Token: 0x17000001 RID: 1
18 // (get) Token: 0x06000004 RID: 4 RVA: 0x000020F8 File Offset: 0x000002F8
19 public string name
20 {
21 get
22 {
23 return this.m_Name;
24 }
25 }
26
27 // Token: 0x17000002 RID: 2
28 // (get) Token: 0x06000005 RID: 5 RVA: 0x0000210C File Offset: 0x0000030C
29 public int nameHash
30 {
31 get
32 {
33 string name = this.m_Name;
34 throw new MissingMethodException();
35 }
36 }
37
38 // Token: 0x06000006 RID: 6 RVA: 0x00002128 File Offset: 0x00000328
39 public override bool Equals(object o)
40 {
41 if (o != null)
42 {
43 string name = this.m_Name;
45 float defaultFloat = this.m_DefaultFloat;
46 int defaultInt = this.m_DefaultInt;
47 bool defaultBool = this.m_DefaultBool;
48 bool flag;
49 return flag;
50 }
51 }
52
53 // Token: 0x06000007 RID: 7 RVA: 0x00002164 File Offset: 0x00000364
54 public override int GetHashCode()
55 {
56 /*
57An exception occurred when decompiling this method (06000007)
58
59ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 UnityEngine.AnimatorControllerParameter::GetHashCode()
60
61 ---> System.Exception: Basic block has to end with unconditional control flow.
62{
63 Block_0:
64 stloc:string(var_0_06, ldfld:string(AnimatorControllerParameter::m_Name, ldloc:AnimatorControllerParameter(this)))
65}
66
67 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
68 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
69 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
70 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
71 --- End of inner exception stack trace ---
72 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
73 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 1683
74*/;
75 }
76
77 // Token: 0x06000008 RID: 8 RVA: 0x00002178 File Offset: 0x00000378
79 {
80 }
81
82 // Token: 0x0400000F RID: 15
83 internal string m_Name = "";
84
85 // Token: 0x04000010 RID: 16
87
88 // Token: 0x04000011 RID: 17
89 internal float m_DefaultFloat;
90
91 // Token: 0x04000012 RID: 18
92 internal int m_DefaultInt;
93
94 // Token: 0x04000013 RID: 19
95 internal bool m_DefaultBool;
96 }
97}
class f__AnonymousType0<< Count > j__TPar