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.
1
using
System
;
2
using
UnityEngine.Bindings
;
3
using
UnityEngine.Scripting
;
4
5
namespace
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"
)]
11
[
UsedByNativeCode
]
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
28
public
AnimatorControllerParameter
[]
parameters
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
49
public
bool
hasBoundPlayables
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.AnimatorControllerParameter
Definition
AnimatorControllerParameter.cs:16
UnityEngine.Animator.ResetTriggerString
void ResetTriggerString(string name)
Definition
Animator.cs:74
UnityEngine.Animator.SetTrigger
void SetTrigger(string name)
Definition
Animator.cs:15
UnityEngine.Animator.StringToHash
static int StringToHash(string name)
Definition
Animator.cs:60
UnityEngine.Animator.parameterCount
int parameterCount
Definition
Animator.cs:40
UnityEngine.Animator.ResetTrigger
void ResetTrigger(string name)
Definition
Animator.cs:21
UnityEngine.Animator.parameters
AnimatorControllerParameter[] parameters
Definition
Animator.cs:29
UnityEngine.Animator.SetTriggerString
void SetTriggerString(string name)
Definition
Animator.cs:67
UnityEngine.Animator.hasBoundPlayables
bool hasBoundPlayables
Definition
Animator.cs:50
UnityEngine.Animator
Definition
Animator.cs:13
UnityEngine.Behaviour
Definition
Behaviour.cs:11
UnityEngine.Object.name
string name
Definition
Object.cs:83
System.TypeNameKind.Name
@ Name
System
Definition
__ComObject.cs:4
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine.Scripting
Definition
MovedFromAttribute.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
source
UnityEngine.AnimationModule
UnityEngine
Animator.cs
Generated by
1.10.0