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.
1
using
System
;
2
using
System.Diagnostics
;
3
using
System.Runtime.CompilerServices
;
4
using
System.Runtime.InteropServices
;
5
using
UnityEngine.Bindings
;
6
using
UnityEngine.Scripting
;
7
8
namespace
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
18
public
static
event
RectTransform.ReapplyDrivenProperties
reapplyDrivenProperties
19
{
20
[
CompilerGenerated
]
21
add
22
{
23
Delegate
@
delegate
;
24
if
(@
delegate
!=
null
)
25
{
26
}
27
}
28
[
CompilerGenerated
]
29
remove
30
{
31
Delegate
@
delegate
;
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
51
public
Vector2
anchorMin
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
66
public
Vector2
anchorMax
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
81
public
Vector2
anchoredPosition
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
96
public
Vector2
sizeDelta
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
111
public
Vector2
pivot
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
125
public
Vector2
offsetMin
126
{
127
set
128
{
129
Vector2
anchoredPosition
= this.
anchoredPosition
;
130
Vector2
sizeDelta
= this.
sizeDelta
;
131
Vector2
pivot
= this.
pivot
;
132
Vector2
sizeDelta2
= this.
sizeDelta
;
133
this.sizeDelta
=
value
;
134
Vector2
anchoredPosition2
= this.
anchoredPosition
;
135
Vector2
pivot2
= this.
pivot
;
136
this.anchoredPosition
=
value
;
137
}
138
}
139
140
// Token: 0x170000FF RID: 255
141
// (set) Token: 0x060004D8 RID: 1240 RVA: 0x00008C6C File Offset: 0x00006E6C
142
public
Vector2
offsetMax
143
{
144
set
145
{
146
Vector2
anchoredPosition
= this.
anchoredPosition
;
147
Vector2
sizeDelta
= this.
sizeDelta
;
148
Vector2
pivot
= this.
pivot
;
149
Vector2
sizeDelta2
= this.
sizeDelta
;
150
this.sizeDelta
=
value
;
151
Vector2
anchoredPosition2
= this.
anchoredPosition
;
152
Vector2
pivot2
= this.
pivot
;
153
this.anchoredPosition
=
value
;
154
}
155
}
156
157
// Token: 0x060004D9 RID: 1241 RVA: 0x00008CB4 File Offset: 0x00006EB4
158
public
void
GetLocalCorners
(
Vector3
[]
fourCornersArray
)
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
167
public
void
GetWorldCorners
(
Vector3
[]
fourCornersArray
)
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
{
178
Vector2
sizeDelta
= this.
sizeDelta
;
179
Vector2
parentSize
= this.
GetParentSize
();
180
Vector2
anchorMax
= this.
anchorMax
;
181
Vector2
anchorMin
= this.
anchorMin
;
182
}
183
184
// Token: 0x060004DC RID: 1244 RVA: 0x00008D5C File Offset: 0x00006F5C
185
[
RequiredByNativeCode
]
186
internal
static
void
SendReapplyDrivenProperties
(
RectTransform
driven
)
187
{
188
}
189
190
// Token: 0x060004DD RID: 1245 RVA: 0x00008D6C File Offset: 0x00006F6C
191
private
Vector2
GetParentSize
()
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
209
private
void
set_anchorMin_Injected
(
Vector2
value
)
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
221
private
void
set_anchorMax_Injected
(
Vector2
value
)
222
{
223
throw
new
MissingMethodException
();
224
}
225
226
// Token: 0x060004E3 RID: 1251 RVA: 0x00008DF0 File Offset: 0x00006FF0
227
private
void
get_anchoredPosition_Injected
([Out]
Vector2
ret)
228
{
229
throw
new
MissingMethodException
();
230
}
231
232
// Token: 0x060004E4 RID: 1252 RVA: 0x00008E04 File Offset: 0x00007004
233
private
void
set_anchoredPosition_Injected
(
Vector2
value
)
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
245
private
void
set_sizeDelta_Injected
(
Vector2
value
)
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
257
private
void
set_pivot_Injected
(
Vector2
value
)
258
{
259
throw
new
MissingMethodException
();
260
}
261
262
// Token: 0x040003F8 RID: 1016
263
[
CompilerGenerated
]
264
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
265
private
static
RectTransform.ReapplyDrivenProperties
reapplyDrivenProperties
;
266
267
// Token: 0x020000E5 RID: 229
268
public
enum
Axis
269
{
270
// Token: 0x040003FA RID: 1018
271
Horizontal
,
272
// Token: 0x040003FB RID: 1019
273
Vertical
274
}
275
276
// Token: 0x020000E6 RID: 230
277
public
sealed
class
ReapplyDrivenProperties
:
MulticastDelegate
278
{
279
// Token: 0x060004E9 RID: 1257 RVA: 0x00008E68 File Offset: 0x00007068
280
public
ReapplyDrivenProperties
(
object
@
object
,
IntPtr
method
)
281
{
282
this.method_ptr
=
method
;
283
this.m_target
= @object;
284
this.method
=
method
;
285
this.method_code
=
this
;
286
}
287
288
// Token: 0x060004EA RID: 1258 RVA: 0x00008EBC File Offset: 0x000070BC
289
public
void
Invoke
(
RectTransform
driven
)
290
{
291
IntPtr
method_code
= this.
method_code
;
292
IntPtr
invoke_impl
= this.
invoke_impl
;
293
IntPtr
method
= this.
method
;
294
}
295
}
296
}
297
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Delegate.method_code
IntPtr method_code
Definition
Delegate.cs:386
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.Delegate.invoke_impl
IntPtr invoke_impl
Definition
Delegate.cs:371
System.Delegate
Definition
Delegate.cs:14
System.MissingMethodException
Definition
MissingMethodException.cs:9
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
UnityEngine.Debug.LogError
static void LogError(object message)
Definition
Debug.cs:62
UnityEngine.Debug
Definition
Debug.cs:11
UnityEngine.RectTransform.ReapplyDrivenProperties.ReapplyDrivenProperties
ReapplyDrivenProperties(object @object, IntPtr method)
Definition
RectTransform.cs:280
UnityEngine.RectTransform.ReapplyDrivenProperties.Invoke
void Invoke(RectTransform driven)
Definition
RectTransform.cs:289
UnityEngine.RectTransform.ReapplyDrivenProperties
Definition
RectTransform.cs:278
UnityEngine.RectTransform.set_sizeDelta_Injected
void set_sizeDelta_Injected(Vector2 value)
Definition
RectTransform.cs:245
UnityEngine.RectTransform.GetParentSize
Vector2 GetParentSize()
Definition
RectTransform.cs:191
UnityEngine.RectTransform.offsetMin
Vector2 offsetMin
Definition
RectTransform.cs:126
UnityEngine.RectTransform.offsetMax
Vector2 offsetMax
Definition
RectTransform.cs:143
UnityEngine.RectTransform.reapplyDrivenProperties
static RectTransform.ReapplyDrivenProperties reapplyDrivenProperties
Definition
RectTransform.cs:19
UnityEngine.RectTransform.set_pivot_Injected
void set_pivot_Injected(Vector2 value)
Definition
RectTransform.cs:257
UnityEngine.RectTransform.Axis
Axis
Definition
RectTransform.cs:269
UnityEngine.RectTransform.Axis.Vertical
@ Vertical
UnityEngine.RectTransform.Axis.Horizontal
@ Horizontal
UnityEngine.RectTransform.get_anchorMax_Injected
void get_anchorMax_Injected([Out] Vector2 ret)
Definition
RectTransform.cs:215
UnityEngine.RectTransform.get_sizeDelta_Injected
void get_sizeDelta_Injected([Out] Vector2 ret)
Definition
RectTransform.cs:239
UnityEngine.RectTransform.SetSizeWithCurrentAnchors
void SetSizeWithCurrentAnchors(RectTransform.Axis axis, float size)
Definition
RectTransform.cs:176
UnityEngine.RectTransform.set_anchorMin_Injected
void set_anchorMin_Injected(Vector2 value)
Definition
RectTransform.cs:209
UnityEngine.RectTransform.get_rect_Injected
void get_rect_Injected([Out] Rect ret)
Definition
RectTransform.cs:197
UnityEngine.RectTransform.GetWorldCorners
void GetWorldCorners(Vector3[] fourCornersArray)
Definition
RectTransform.cs:167
UnityEngine.RectTransform.pivot
Vector2 pivot
Definition
RectTransform.cs:112
UnityEngine.RectTransform.set_anchorMax_Injected
void set_anchorMax_Injected(Vector2 value)
Definition
RectTransform.cs:221
UnityEngine.RectTransform.get_anchoredPosition_Injected
void get_anchoredPosition_Injected([Out] Vector2 ret)
Definition
RectTransform.cs:227
UnityEngine.RectTransform.get_pivot_Injected
void get_pivot_Injected([Out] Vector2 ret)
Definition
RectTransform.cs:251
UnityEngine.RectTransform.GetLocalCorners
void GetLocalCorners(Vector3[] fourCornersArray)
Definition
RectTransform.cs:158
UnityEngine.RectTransform.anchoredPosition
Vector2 anchoredPosition
Definition
RectTransform.cs:82
UnityEngine.RectTransform.SendReapplyDrivenProperties
static void SendReapplyDrivenProperties(RectTransform driven)
Definition
RectTransform.cs:186
UnityEngine.RectTransform.anchorMax
Vector2 anchorMax
Definition
RectTransform.cs:67
UnityEngine.RectTransform.set_anchoredPosition_Injected
void set_anchoredPosition_Injected(Vector2 value)
Definition
RectTransform.cs:233
UnityEngine.RectTransform.get_anchorMin_Injected
void get_anchorMin_Injected([Out] Vector2 ret)
Definition
RectTransform.cs:203
UnityEngine.RectTransform.sizeDelta
Vector2 sizeDelta
Definition
RectTransform.cs:97
UnityEngine.RectTransform.anchorMin
Vector2 anchorMin
Definition
RectTransform.cs:52
UnityEngine.RectTransform.rect
Rect rect
Definition
RectTransform.cs:41
UnityEngine.RectTransform
Definition
RectTransform.cs:14
UnityEngine.Transform
Definition
Transform.cs:17
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Definition
DebuggerBrowsableState.cs:9
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.value
@ value
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
UnityEngine.Rect
Definition
Rect.cs:14
UnityEngine.Vector2
Definition
Vector2.cs:14
UnityEngine.Vector3
Definition
Vector3.cs:18
source
UnityEngine.CoreModule
UnityEngine
RectTransform.cs
Generated by
1.10.0