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
AnimationRemoveScalePlayable.cs
Go to the documentation of this file.
1
using
System
;
2
using
UnityEngine.Bindings
;
3
using
UnityEngine.Playables
;
4
using
UnityEngine.Scripting
;
5
6
namespace
UnityEngine.Animations
7
{
8
// Token: 0x02000013 RID: 19
9
[
NativeHeader
(
"Modules/Animation/ScriptBindings/AnimationRemoveScalePlayable.bindings.h"
)]
10
[
NativeHeader
(
"Modules/Animation/Director/AnimationRemoveScalePlayable.h"
)]
11
[
RequiredByNativeCode
]
12
[
NativeHeader
(
"Runtime/Director/Core/HPlayable.h"
)]
13
[
StaticAccessor
(
"AnimationRemoveScalePlayableBindings"
,
StaticAccessorType
.DoubleColon)]
14
internal
struct
AnimationRemoveScalePlayable
:
IEquatable
<AnimationRemoveScalePlayable>
15
{
16
// Token: 0x06000021 RID: 33 RVA: 0x00002358 File Offset: 0x00000558
17
internal
AnimationRemoveScalePlayable
(
PlayableHandle
handle)
18
{
19
}
20
21
// Token: 0x06000022 RID: 34 RVA: 0x00002368 File Offset: 0x00000568
22
public
PlayableHandle
GetHandle
()
23
{
24
return
this.
m_Handle
;
25
}
26
27
// Token: 0x06000023 RID: 35 RVA: 0x0000237C File Offset: 0x0000057C
28
public
bool
Equals
(
AnimationRemoveScalePlayable
other
)
29
{
30
bool
flag;
31
return
flag;
32
}
33
34
// Token: 0x06000024 RID: 36 RVA: 0x0000238C File Offset: 0x0000058C
35
// Note: this type is marked as 'beforefieldinit'.
36
static
AnimationRemoveScalePlayable
()
37
{
38
if
(!
true
)
39
{
40
}
41
PlayableHandle
@
null
=
PlayableHandle
.
Null
;
42
}
43
44
// Token: 0x0400003B RID: 59
45
private
PlayableHandle
m_Handle
;
46
47
// Token: 0x0400003C RID: 60
48
private
static
readonly
AnimationRemoveScalePlayable
m_NullPlayable
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IEquatable
Definition
IEquatable.cs:7
System
Definition
__ComObject.cs:4
UnityEngine.Animations
Definition
AnimationClipPlayable.cs:7
UnityEngine.Bindings.StaticAccessorType
StaticAccessorType
Definition
StaticAccessorType.cs:8
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine.Playables
Definition
FrameData.cs:4
UnityEngine.Scripting
Definition
MovedFromAttribute.cs:4
UnityEngine.Animations.AnimationRemoveScalePlayable.m_Handle
PlayableHandle m_Handle
Definition
AnimationRemoveScalePlayable.cs:45
UnityEngine.Animations.AnimationRemoveScalePlayable.m_NullPlayable
static readonly AnimationRemoveScalePlayable m_NullPlayable
Definition
AnimationRemoveScalePlayable.cs:48
UnityEngine.Animations.AnimationRemoveScalePlayable.GetHandle
PlayableHandle GetHandle()
Definition
AnimationRemoveScalePlayable.cs:22
UnityEngine.Animations.AnimationRemoveScalePlayable.Equals
bool Equals(AnimationRemoveScalePlayable other)
Definition
AnimationRemoveScalePlayable.cs:28
UnityEngine.Animations.AnimationRemoveScalePlayable.AnimationRemoveScalePlayable
static AnimationRemoveScalePlayable()
Definition
AnimationRemoveScalePlayable.cs:36
UnityEngine.Animations.AnimationRemoveScalePlayable.AnimationRemoveScalePlayable
AnimationRemoveScalePlayable(PlayableHandle handle)
Definition
AnimationRemoveScalePlayable.cs:17
UnityEngine.Animations.AnimationRemoveScalePlayable
Definition
AnimationRemoveScalePlayable.cs:15
UnityEngine.Playables.PlayableHandle.Null
static PlayableHandle Null
Definition
PlayableHandle.cs:42
UnityEngine.Playables.PlayableHandle
Definition
PlayableHandle.cs:13
source
UnityEngine.AnimationModule
UnityEngine
Animations
AnimationRemoveScalePlayable.cs
Generated by
1.10.0