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.
1using System;
5
6namespace UnityEngine
7{
8 // Token: 0x020000D2 RID: 210
9 [NativeHeader("Runtime/Export/Math/Gradient.bindings.h")]
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)]
31 {
32 throw new MissingMethodException();
33 }
34
35 // Token: 0x06000450 RID: 1104 RVA: 0x00008084 File Offset: 0x00006284
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();
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}
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287
static IntPtr Init()
Definition Gradient.cs:16
override int GetHashCode()
Definition Gradient.cs:72
override void Finalize()
Definition Gradient.cs:43
override bool Equals(object o)
Definition Gradient.cs:49
bool Internal_Equals(IntPtr other)
Definition Gradient.cs:30
bool Equals(Gradient other)
Definition Gradient.cs:61