terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Animator.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
10 [NativeHeader("Modules/Animation/Animator.h")]
11 [NativeHeader("Modules/Animation/ScriptBindings/Animator.bindings.h")]
12 [NativeHeader("Modules/Animation/ScriptBindings/AnimatorControllerParameter.bindings.h")]
14 [global::Cpp2ILInjected.Token(Token = "0x2000010")]
15 public class Animator : Behaviour
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x600000A")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1F66B1C", Offset = "0x1F66B1C", Length = "0x44")]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Selectable", Member = "TriggerAnimation", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
22 public void SetTrigger(string name)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600000B")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F66BA4", Offset = "0x1F66BA4", Length = "0x44")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Selectable", Member = "TriggerAnimation", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32 public void ResetTrigger(string name)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x17000003")]
39 {
40 [FreeFunction(Name = "AnimatorBindings::GetParameters", HasExplicitThis = true)]
41 [global::Cpp2ILInjected.Token(Token = "0x600000C")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1F66C2C", Offset = "0x1F66C2C", Length = "0x3C")]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AnimatorExtensions", Member = "HasParameter", MemberParameters = new object[]
44 {
46 typeof(string)
47 }, ReturnType = typeof(bool))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AnimatorExtensions", Member = "HasParameter", MemberParameters = new object[]
49 {
51 typeof(int)
52 }, ReturnType = typeof(bool))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AnimatorExtensions", Member = "GetParameters", MemberParameters = new object[]
54 {
56 "System.Int32[]",
57 "System.Boolean[]"
58 }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
61 [MethodImpl(4096)]
62 get;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x17000004")]
66 public extern int parameterCount
67 {
68 [global::Cpp2ILInjected.Token(Token = "0x600000D")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1F66C68", Offset = "0x1F66C68", Length = "0x3C")]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AnimatorExtensions", Member = "HasParameter", MemberParameters = new object[]
71 {
73 typeof(string)
74 }, ReturnType = typeof(bool))]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AnimatorExtensions", Member = "HasParameter", MemberParameters = new object[]
76 {
78 typeof(int)
79 }, ReturnType = typeof(bool))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AnimatorExtensions", Member = "GetParameters", MemberParameters = new object[]
81 {
83 "System.Int32[]",
84 "System.Boolean[]"
85 }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
87 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
88 [MethodImpl(4096)]
89 get;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x17000005")]
93 public extern bool hasBoundPlayables
94 {
95 [NativeMethod("HasBoundPlayables")]
96 [global::Cpp2ILInjected.Token(Token = "0x600000E")]
97 [global::Cpp2ILInjected.Address(RVA = "0x1F66CA4", Offset = "0x1F66CA4", Length = "0x3C")]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Selectable", Member = "TriggerAnimation", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
100 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
101 [MethodImpl(4096)]
102 get;
103 }
104
105 [NativeMethod(Name = "ScriptingStringToCRC32", IsThreadSafe = true)]
106 [global::Cpp2ILInjected.Token(Token = "0x600000F")]
107 [global::Cpp2ILInjected.Address(RVA = "0x1F66948", Offset = "0x1F66948", Length = "0x3C")]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
109 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
110 [MethodImpl(4096)]
111 public static extern int StringToHash(string name);
112
113 [FreeFunction(Name = "AnimatorBindings::SetTriggerString", HasExplicitThis = true)]
114 [global::Cpp2ILInjected.Token(Token = "0x6000010")]
115 [global::Cpp2ILInjected.Address(RVA = "0x1F66B60", Offset = "0x1F66B60", Length = "0x44")]
116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
117 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
118 [MethodImpl(4096)]
119 private extern void SetTriggerString(string name);
120
121 [FreeFunction(Name = "AnimatorBindings::ResetTriggerString", HasExplicitThis = true)]
122 [global::Cpp2ILInjected.Token(Token = "0x6000011")]
123 [global::Cpp2ILInjected.Address(RVA = "0x1F66BE8", Offset = "0x1F66BE8", Length = "0x44")]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
125 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
126 [MethodImpl(4096)]
127 private extern void ResetTriggerString(string name);
128 }
129}
class f__AnonymousType0<< Count > j__TPar
void ResetTriggerString(string name)
void SetTrigger(string name)
Definition Animator.cs:22
static int StringToHash(string name)
void ResetTrigger(string name)
Definition Animator.cs:32
AnimatorControllerParameter[] parameters
Definition Animator.cs:39
void SetTriggerString(string name)