terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Vector2Int.cs
Go to the documentation of this file.
1using System;
10
11namespace UnityEngine
12{
15 [DefaultMember("Item")]
16 [NativeType("Runtime/Math/Vector2Int.h")]
17 [global::Cpp2ILInjected.Token(Token = "0x20000CA")]
18 public struct Vector2Int : IEquatable<Vector2Int>, IFormattable
19 {
20 [global::Cpp2ILInjected.Token(Token = "0x170000C0")]
21 public int x
22 {
23 [global::Cpp2ILInjected.Token(Token = "0x60003A2")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1F7F620", Offset = "0x1F7F620", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [MethodImpl(256)]
27 get
28 {
29 throw null;
30 }
31 [global::Cpp2ILInjected.Token(Token = "0x60003A3")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1F7F628", Offset = "0x1F7F628", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [MethodImpl(256)]
35 set
36 {
37 throw null;
38 }
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x170000C1")]
42 public int y
43 {
44 [global::Cpp2ILInjected.Token(Token = "0x60003A4")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1F7F630", Offset = "0x1F7F630", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [MethodImpl(256)]
48 get
49 {
50 throw null;
51 }
52 [global::Cpp2ILInjected.Token(Token = "0x60003A5")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1F7F638", Offset = "0x1F7F638", Length = "0x8")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [MethodImpl(256)]
56 set
57 {
58 throw null;
59 }
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x60003A6")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1F7F640", Offset = "0x1F7F640", Length = "0x8")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [MethodImpl(256)]
66 public Vector2Int(int x, int y)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x60003A7")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1F7F648", Offset = "0x1F7F648", Length = "0x10")]
73 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
75 [MethodImpl(256)]
76 public static implicit operator Vector2(Vector2Int v)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x60003A8")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1F7F658", Offset = "0x1F7F658", Length = "0x88")]
83 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
85 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
86 [MethodImpl(256)]
87 public override bool Equals(object other)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x60003A9")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1F7F6E0", Offset = "0x1F7F6E0", Length = "0x28")]
94 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
96 [MethodImpl(256)]
97 public bool Equals(Vector2Int other)
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x60003AA")]
103 [global::Cpp2ILInjected.Address(RVA = "0x1F7F708", Offset = "0x1F7F708", Length = "0x48")]
104 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "GetHashCode", ReturnType = typeof(int))]
106 [MethodImpl(256)]
107 public override int GetHashCode()
108 {
109 throw null;
110 }
111
112 [global::Cpp2ILInjected.Token(Token = "0x60003AB")]
113 [global::Cpp2ILInjected.Address(RVA = "0x1F7F750", Offset = "0x1F7F750", Length = "0xC")]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
115 public override string ToString()
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x60003AC")]
121 [global::Cpp2ILInjected.Address(RVA = "0x1F7F75C", Offset = "0x1F7F75C", Length = "0x158")]
122 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[]
126 {
127 typeof(string),
129 }, ReturnType = typeof(string))]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "UnityEngine.UnityString", Member = "Format", MemberParameters = new object[]
131 {
132 typeof(string),
133 typeof(object[])
134 }, ReturnType = typeof(string))]
135 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
137 {
138 throw null;
139 }
140
141 // Note: this type is marked as 'beforefieldinit'.
142 [global::Cpp2ILInjected.Token(Token = "0x60003AD")]
143 [global::Cpp2ILInjected.Address(RVA = "0x1F7F8B4", Offset = "0x1F7F8B4", Length = "0x88")]
144 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
145 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
146 static Vector2Int()
147 {
148 throw null;
149 }
150
151 [global::Cpp2ILInjected.Token(Token = "0x4000389")]
152 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
153 private int m_X;
154
155 [global::Cpp2ILInjected.Token(Token = "0x400038A")]
156 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
157 private int m_Y;
158
159 [global::Cpp2ILInjected.Token(Token = "0x400038B")]
160 private static readonly Vector2Int s_Zero;
161
162 [global::Cpp2ILInjected.Token(Token = "0x400038C")]
163 private static readonly Vector2Int s_One;
164
165 [global::Cpp2ILInjected.Token(Token = "0x400038D")]
166 private static readonly Vector2Int s_Up;
167
168 [global::Cpp2ILInjected.Token(Token = "0x400038E")]
169 private static readonly Vector2Int s_Down;
170
171 [global::Cpp2ILInjected.Token(Token = "0x400038F")]
172 private static readonly Vector2Int s_Left;
173
174 [global::Cpp2ILInjected.Token(Token = "0x4000390")]
176 }
177}
class f__AnonymousType0<< Count > j__TPar
override string ToString()
bool Equals(Vector2Int other)
Definition Vector2Int.cs:97
static readonly Vector2Int s_One
static readonly Vector2Int s_Right
override bool Equals(object other)
Definition Vector2Int.cs:87
string ToString(string format, IFormatProvider formatProvider)
Vector2Int(int x, int y)
Definition Vector2Int.cs:66
override int GetHashCode()
static readonly Vector2Int s_Zero
static readonly Vector2Int s_Up
static readonly Vector2Int s_Down
static readonly Vector2Int s_Left