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
RectTransform.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
10 // Token: 0x020000E4 RID: 228
11 [NativeHeader("Runtime/Transform/RectTransform.h")]
12 [NativeClass("UI::RectTransform")]
13 public sealed class RectTransform : Transform
14 {
15 // Token: 0x14000002 RID: 2
16 // (add) Token: 0x060004CA RID: 1226 RVA: 0x00008B18 File Offset: 0x00006D18
17 // (remove) Token: 0x060004CB RID: 1227 RVA: 0x00008B30 File Offset: 0x00006D30
19 {
21 add
22 {
24 if (@delegate != null)
25 {
26 }
27 }
29 remove
30 {
32 if (@delegate != null)
33 {
34 }
35 }
36 }
37
38 // Token: 0x170000F8 RID: 248
39 // (get) Token: 0x060004CC RID: 1228 RVA: 0x00008B48 File Offset: 0x00006D48
40 public Rect rect
41 {
42 get
43 {
44 throw new MissingMethodException();
45 }
46 }
47
48 // Token: 0x170000F9 RID: 249
49 // (get) Token: 0x060004CD RID: 1229 RVA: 0x00008B5C File Offset: 0x00006D5C
50 // (set) Token: 0x060004CE RID: 1230 RVA: 0x00008B70 File Offset: 0x00006D70
52 {
53 get
54 {
55 throw new MissingMethodException();
56 }
57 set
58 {
59 throw new MissingMethodException();
60 }
61 }
62
63 // Token: 0x170000FA RID: 250
64 // (get) Token: 0x060004CF RID: 1231 RVA: 0x00008B84 File Offset: 0x00006D84
65 // (set) Token: 0x060004D0 RID: 1232 RVA: 0x00008B98 File Offset: 0x00006D98
67 {
68 get
69 {
70 throw new MissingMethodException();
71 }
72 set
73 {
74 throw new MissingMethodException();
75 }
76 }
77
78 // Token: 0x170000FB RID: 251
79 // (get) Token: 0x060004D1 RID: 1233 RVA: 0x00008BAC File Offset: 0x00006DAC
80 // (set) Token: 0x060004D2 RID: 1234 RVA: 0x00008BC0 File Offset: 0x00006DC0
82 {
83 get
84 {
85 throw new MissingMethodException();
86 }
87 set
88 {
89 throw new MissingMethodException();
90 }
91 }
92
93 // Token: 0x170000FC RID: 252
94 // (get) Token: 0x060004D3 RID: 1235 RVA: 0x00008BD4 File Offset: 0x00006DD4
95 // (set) Token: 0x060004D4 RID: 1236 RVA: 0x00008BE8 File Offset: 0x00006DE8
97 {
98 get
99 {
100 throw new MissingMethodException();
101 }
102 set
103 {
104 throw new MissingMethodException();
105 }
106 }
107
108 // Token: 0x170000FD RID: 253
109 // (get) Token: 0x060004D5 RID: 1237 RVA: 0x00008BFC File Offset: 0x00006DFC
110 // (set) Token: 0x060004D6 RID: 1238 RVA: 0x00008C10 File Offset: 0x00006E10
112 {
113 get
114 {
115 throw new MissingMethodException();
116 }
117 set
118 {
119 throw new MissingMethodException();
120 }
121 }
122
123 // Token: 0x170000FE RID: 254
124 // (set) Token: 0x060004D7 RID: 1239 RVA: 0x00008C24 File Offset: 0x00006E24
139
140 // Token: 0x170000FF RID: 255
141 // (set) Token: 0x060004D8 RID: 1240 RVA: 0x00008C6C File Offset: 0x00006E6C
156
157 // Token: 0x060004D9 RID: 1241 RVA: 0x00008CB4 File Offset: 0x00006EB4
159 {
160 if (fourCornersArray != null)
161 {
162 }
163 Debug.LogError("Calling GetLocalCorners with an array that is null or has less than 4 elements.");
164 }
165
166 // Token: 0x060004DA RID: 1242 RVA: 0x00008CF4 File Offset: 0x00006EF4
168 {
169 if (fourCornersArray != null)
170 {
171 }
172 Debug.LogError("Calling GetWorldCorners with an array that is null or has less than 4 elements.");
173 }
174
175 // Token: 0x060004DB RID: 1243 RVA: 0x00008D20 File Offset: 0x00006F20
176 public void SetSizeWithCurrentAnchors(RectTransform.Axis axis, float size)
177 {
182 }
183
184 // Token: 0x060004DC RID: 1244 RVA: 0x00008D5C File Offset: 0x00006F5C
187 {
188 }
189
190 // Token: 0x060004DD RID: 1245 RVA: 0x00008D6C File Offset: 0x00006F6C
192 {
193 throw new MissingMethodException();
194 }
195
196 // Token: 0x060004DE RID: 1246 RVA: 0x00008D8C File Offset: 0x00006F8C
197 private void get_rect_Injected([Out] Rect ret)
198 {
199 throw new MissingMethodException();
200 }
201
202 // Token: 0x060004DF RID: 1247 RVA: 0x00008DA0 File Offset: 0x00006FA0
203 private void get_anchorMin_Injected([Out] Vector2 ret)
204 {
205 throw new MissingMethodException();
206 }
207
208 // Token: 0x060004E0 RID: 1248 RVA: 0x00008DB4 File Offset: 0x00006FB4
210 {
211 throw new MissingMethodException();
212 }
213
214 // Token: 0x060004E1 RID: 1249 RVA: 0x00008DC8 File Offset: 0x00006FC8
215 private void get_anchorMax_Injected([Out] Vector2 ret)
216 {
217 throw new MissingMethodException();
218 }
219
220 // Token: 0x060004E2 RID: 1250 RVA: 0x00008DDC File Offset: 0x00006FDC
222 {
223 throw new MissingMethodException();
224 }
225
226 // Token: 0x060004E3 RID: 1251 RVA: 0x00008DF0 File Offset: 0x00006FF0
228 {
229 throw new MissingMethodException();
230 }
231
232 // Token: 0x060004E4 RID: 1252 RVA: 0x00008E04 File Offset: 0x00007004
234 {
235 throw new MissingMethodException();
236 }
237
238 // Token: 0x060004E5 RID: 1253 RVA: 0x00008E18 File Offset: 0x00007018
239 private void get_sizeDelta_Injected([Out] Vector2 ret)
240 {
241 throw new MissingMethodException();
242 }
243
244 // Token: 0x060004E6 RID: 1254 RVA: 0x00008E2C File Offset: 0x0000702C
246 {
247 throw new MissingMethodException();
248 }
249
250 // Token: 0x060004E7 RID: 1255 RVA: 0x00008E40 File Offset: 0x00007040
251 private void get_pivot_Injected([Out] Vector2 ret)
252 {
253 throw new MissingMethodException();
254 }
255
256 // Token: 0x060004E8 RID: 1256 RVA: 0x00008E54 File Offset: 0x00007054
258 {
259 throw new MissingMethodException();
260 }
261
262 // Token: 0x040003F8 RID: 1016
266
267 // Token: 0x020000E5 RID: 229
268 public enum Axis
269 {
270 // Token: 0x040003FA RID: 1018
272 // Token: 0x040003FB RID: 1019
274 }
275
276 // Token: 0x020000E6 RID: 230
278 {
279 // Token: 0x060004E9 RID: 1257 RVA: 0x00008E68 File Offset: 0x00007068
280 public ReapplyDrivenProperties(object @object, IntPtr method)
281 {
283 this.m_target = @object;
285 this.method_code = this;
286 }
287
288 // Token: 0x060004EA RID: 1258 RVA: 0x00008EBC File Offset: 0x000070BC
290 {
293 IntPtr method = this.method;
294 }
295 }
296 }
297}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
static void LogError(object message)
Definition Debug.cs:62
ReapplyDrivenProperties(object @object, IntPtr method)
void set_sizeDelta_Injected(Vector2 value)
static RectTransform.ReapplyDrivenProperties reapplyDrivenProperties
void set_pivot_Injected(Vector2 value)
void get_anchorMax_Injected([Out] Vector2 ret)
void get_sizeDelta_Injected([Out] Vector2 ret)
void SetSizeWithCurrentAnchors(RectTransform.Axis axis, float size)
void set_anchorMin_Injected(Vector2 value)
void get_rect_Injected([Out] Rect ret)
void GetWorldCorners(Vector3[] fourCornersArray)
void set_anchorMax_Injected(Vector2 value)
void get_anchoredPosition_Injected([Out] Vector2 ret)
void get_pivot_Injected([Out] Vector2 ret)
void GetLocalCorners(Vector3[] fourCornersArray)
static void SendReapplyDrivenProperties(RectTransform driven)
void set_anchoredPosition_Injected(Vector2 value)
void get_anchorMin_Injected([Out] Vector2 ret)