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
Gradient.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
UnityEngine.Bindings
;
4
using
UnityEngine.Scripting
;
5
6
namespace
UnityEngine
7
{
8
// Token: 0x020000D2 RID: 210
9
[
NativeHeader
(
"Runtime/Export/Math/Gradient.bindings.h"
)]
10
[
RequiredByNativeCode
]
11
[
StructLayout
(0)]
12
public
class
Gradient
:
IEquatable
<Gradient>
13
{
14
// Token: 0x0600044D RID: 1101 RVA: 0x00008048 File Offset: 0x00006248
15
[
FreeFunction
(
Name
=
"Gradient_Bindings::Init"
, IsThreadSafe =
true
)]
16
private
static
IntPtr
Init
()
17
{
18
throw
new
MissingMethodException
();
19
}
20
21
// Token: 0x0600044E RID: 1102 RVA: 0x0000805C File Offset: 0x0000625C
22
[
FreeFunction
(
Name
=
"Gradient_Bindings::Cleanup"
, IsThreadSafe =
true
, HasExplicitThis =
true
)]
23
private
void
Cleanup
()
24
{
25
throw
new
MissingMethodException
();
26
}
27
28
// Token: 0x0600044F RID: 1103 RVA: 0x00008070 File Offset: 0x00006270
29
[
FreeFunction
(
"Gradient_Bindings::Internal_Equals"
, IsThreadSafe =
true
, HasExplicitThis =
true
)]
30
private
bool
Internal_Equals
(
IntPtr
other
)
31
{
32
throw
new
MissingMethodException
();
33
}
34
35
// Token: 0x06000450 RID: 1104 RVA: 0x00008084 File Offset: 0x00006284
36
[
RequiredByNativeCode
]
37
public
Gradient
()
38
{
39
throw
new
MissingMethodException
();
40
}
41
42
// Token: 0x06000451 RID: 1105 RVA: 0x000080A0 File Offset: 0x000062A0
43
protected
override
void
Finalize
()
44
{
45
throw
new
MissingMethodException
();
46
}
47
48
// Token: 0x06000452 RID: 1106 RVA: 0x000080DC File Offset: 0x000062DC
49
public
override
bool
Equals
(
object
o)
50
{
51
if
(o !=
null
)
52
{
53
Type
type = o.GetType();
54
Type
type2
=
base
.
GetType
();
55
}
56
bool
flag;
57
return
flag;
58
}
59
60
// Token: 0x06000453 RID: 1107 RVA: 0x00008108 File Offset: 0x00006308
61
public
bool
Equals
(
Gradient
other
)
62
{
63
if
(
other
!=
null
)
64
{
65
IntPtr
ptr
=
other
.m_Ptr;
66
}
67
IntPtr
ptr2
=
other
.m_Ptr;
68
throw
new
MissingMethodException
();
69
}
70
71
// Token: 0x06000454 RID: 1108 RVA: 0x00008130 File Offset: 0x00006330
72
public
override
int
GetHashCode
()
73
{
74
int
num;
75
return
num;
76
}
77
78
// Token: 0x040003CA RID: 970
79
internal
IntPtr
m_Ptr
;
80
}
81
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MissingMethodException
Definition
MissingMethodException.cs:9
System.Type.GetType
new Type GetType()
Definition
Type.cs:287
System.Type
Definition
Type.cs:12
UnityEngine.Gradient.Gradient
Gradient()
Definition
Gradient.cs:37
UnityEngine.Gradient.Cleanup
void Cleanup()
Definition
Gradient.cs:23
UnityEngine.Gradient.Init
static IntPtr Init()
Definition
Gradient.cs:16
UnityEngine.Gradient.GetHashCode
override int GetHashCode()
Definition
Gradient.cs:72
UnityEngine.Gradient.m_Ptr
IntPtr m_Ptr
Definition
Gradient.cs:79
UnityEngine.Gradient.Finalize
override void Finalize()
Definition
Gradient.cs:43
UnityEngine.Gradient.Equals
override bool Equals(object o)
Definition
Gradient.cs:49
UnityEngine.Gradient.Internal_Equals
bool Internal_Equals(IntPtr other)
Definition
Gradient.cs:30
UnityEngine.Gradient.Equals
bool Equals(Gradient other)
Definition
Gradient.cs:61
UnityEngine.Gradient
Definition
Gradient.cs:13
System.IEquatable
Definition
IEquatable.cs:7
System.Runtime.InteropServices
Definition
_Activator.cs:4
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
System.IntPtr
Definition
IntPtr.cs:13
source
UnityEngine.CoreModule
UnityEngine
Gradient.cs
Generated by
1.10.0