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
Animator.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 // Token: 0x02000010 RID: 16
8 [NativeHeader("Modules/Animation/Animator.h")]
9 [NativeHeader("Modules/Animation/ScriptBindings/Animator.bindings.h")]
10 [NativeHeader("Modules/Animation/ScriptBindings/AnimatorControllerParameter.bindings.h")]
12 public class Animator : Behaviour
13 {
14 // Token: 0x0600000A RID: 10 RVA: 0x000021C4 File Offset: 0x000003C4
15 public void SetTrigger(string name)
16 {
17 throw new MissingMethodException();
18 }
19
20 // Token: 0x0600000B RID: 11 RVA: 0x000021D8 File Offset: 0x000003D8
21 public void ResetTrigger(string name)
22 {
23 throw new MissingMethodException();
24 }
25
26 // Token: 0x17000003 RID: 3
27 // (get) Token: 0x0600000C RID: 12 RVA: 0x000021EC File Offset: 0x000003EC
29 {
30 [FreeFunction(Name = "AnimatorBindings::GetParameters", HasExplicitThis = true)]
31 get
32 {
33 throw new MissingMethodException();
34 }
35 }
36
37 // Token: 0x17000004 RID: 4
38 // (get) Token: 0x0600000D RID: 13 RVA: 0x00002200 File Offset: 0x00000400
39 public int parameterCount
40 {
41 get
42 {
43 throw new MissingMethodException();
44 }
45 }
46
47 // Token: 0x17000005 RID: 5
48 // (get) Token: 0x0600000E RID: 14 RVA: 0x00002214 File Offset: 0x00000414
50 {
51 [NativeMethod("HasBoundPlayables")]
52 get
53 {
54 throw new MissingMethodException();
55 }
56 }
57
58 // Token: 0x0600000F RID: 15 RVA: 0x00002228 File Offset: 0x00000428
59 [NativeMethod(Name = "ScriptingStringToCRC32", IsThreadSafe = true)]
60 public static int StringToHash(string name)
61 {
62 throw new MissingMethodException();
63 }
64
65 // Token: 0x06000010 RID: 16 RVA: 0x0000223C File Offset: 0x0000043C
66 [FreeFunction(Name = "AnimatorBindings::SetTriggerString", HasExplicitThis = true)]
67 private void SetTriggerString(string name)
68 {
69 throw new MissingMethodException();
70 }
71
72 // Token: 0x06000011 RID: 17 RVA: 0x00002250 File Offset: 0x00000450
73 [FreeFunction(Name = "AnimatorBindings::ResetTriggerString", HasExplicitThis = true)]
74 private void ResetTriggerString(string name)
75 {
76 throw new MissingMethodException();
77 }
78 }
79}
class f__AnonymousType0<< Count > j__TPar
void ResetTriggerString(string name)
Definition Animator.cs:74
void SetTrigger(string name)
Definition Animator.cs:15
static int StringToHash(string name)
Definition Animator.cs:60
void ResetTrigger(string name)
Definition Animator.cs:21
AnimatorControllerParameter[] parameters
Definition Animator.cs:29
void SetTriggerString(string name)
Definition Animator.cs:67