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
RectOffset.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Globalization
;
3
using
System.Runtime.InteropServices
;
4
using
UnityEngine.Bindings
;
5
using
UnityEngine.Scripting
;
6
7
namespace
UnityEngine
8
{
9
// Token: 0x02000084 RID: 132
10
[
UsedByNativeCode
]
11
[
NativeHeader
(
"Modules/IMGUI/GUIStyle.h"
)]
12
[
Serializable
]
13
[
StructLayout
(0)]
14
public
class
RectOffset
:
IFormattable
15
{
16
// Token: 0x0600022D RID: 557 RVA: 0x00005160 File Offset: 0x00003360
17
public
RectOffset
()
18
{
19
throw
new
MissingMethodException
();
20
}
21
22
// Token: 0x0600022E RID: 558 RVA: 0x0000517C File Offset: 0x0000337C
23
[
VisibleToOtherModules
(
new
string
[] {
"UnityEngine.IMGUIModule"
})]
24
internal
RectOffset
(
object
sourceStyle
,
IntPtr
source
)
25
{
26
this.m_Ptr
=
source
;
27
this.m_SourceStyle
=
sourceStyle
;
28
}
29
30
// Token: 0x0600022F RID: 559 RVA: 0x000051A0 File Offset: 0x000033A0
31
protected
override
void
Finalize
()
32
{
33
if
(this.
m_SourceStyle
==
null
)
34
{
35
this.
Destroy
();
36
}
37
base
.Finalize();
38
}
39
40
// Token: 0x06000230 RID: 560 RVA: 0x000051E0 File Offset: 0x000033E0
41
public
override
string
ToString
()
42
{
43
string
text
;
44
return
text
;
45
}
46
47
// Token: 0x06000231 RID: 561 RVA: 0x000051F0 File Offset: 0x000033F0
48
public
string
ToString
(
string
format
,
IFormatProvider
formatProvider
)
49
{
50
if
(
formatProvider
==
null
)
51
{
52
CultureInfo
invariantCulture
=
CultureInfo
.
InvariantCulture
;
53
}
54
throw
new
MissingMethodException
();
55
}
56
57
// Token: 0x06000232 RID: 562 RVA: 0x00005248 File Offset: 0x00003448
58
private
void
Destroy
()
59
{
60
IntPtr
ptr
= this.
m_Ptr
;
61
IntPtr
ptr2
= this.
m_Ptr
;
62
throw
new
MissingMethodException
();
63
}
64
65
// Token: 0x06000233 RID: 563 RVA: 0x0000526C File Offset: 0x0000346C
66
[
ThreadAndSerializationSafe
]
67
private
static
IntPtr
InternalCreate
()
68
{
69
throw
new
MissingMethodException
();
70
}
71
72
// Token: 0x06000234 RID: 564 RVA: 0x00005280 File Offset: 0x00003480
73
[
ThreadAndSerializationSafe
]
74
private
static
void
InternalDestroy
(
IntPtr
ptr
)
75
{
76
throw
new
MissingMethodException
();
77
}
78
79
// Token: 0x17000074 RID: 116
80
// (get) Token: 0x06000235 RID: 565 RVA: 0x00005294 File Offset: 0x00003494
81
[
NativeProperty
(
"left"
,
false
,
TargetType
.Field)]
82
public
int
left
83
{
84
get
85
{
86
throw
new
MissingMethodException
();
87
}
88
}
89
90
// Token: 0x17000075 RID: 117
91
// (get) Token: 0x06000236 RID: 566 RVA: 0x000052A8 File Offset: 0x000034A8
92
[
NativeProperty
(
"right"
,
false
,
TargetType
.Field)]
93
public
int
right
94
{
95
get
96
{
97
throw
new
MissingMethodException
();
98
}
99
}
100
101
// Token: 0x17000076 RID: 118
102
// (get) Token: 0x06000237 RID: 567 RVA: 0x000052BC File Offset: 0x000034BC
103
[
NativeProperty
(
"top"
,
false
,
TargetType
.Field)]
104
public
int
top
105
{
106
get
107
{
108
throw
new
MissingMethodException
();
109
}
110
}
111
112
// Token: 0x17000077 RID: 119
113
// (get) Token: 0x06000238 RID: 568 RVA: 0x000052D0 File Offset: 0x000034D0
114
[
NativeProperty
(
"bottom"
,
false
,
TargetType
.Field)]
115
public
int
bottom
116
{
117
get
118
{
119
throw
new
MissingMethodException
();
120
}
121
}
122
123
// Token: 0x17000078 RID: 120
124
// (get) Token: 0x06000239 RID: 569 RVA: 0x000052E4 File Offset: 0x000034E4
125
public
int
horizontal
126
{
127
get
128
{
129
throw
new
MissingMethodException
();
130
}
131
}
132
133
// Token: 0x17000079 RID: 121
134
// (get) Token: 0x0600023A RID: 570 RVA: 0x000052F8 File Offset: 0x000034F8
135
public
int
vertical
136
{
137
get
138
{
139
throw
new
MissingMethodException
();
140
}
141
}
142
143
// Token: 0x04000315 RID: 789
144
[
VisibleToOtherModules
(
new
string
[] {
"UnityEngine.IMGUIModule"
})]
145
[
NonSerialized
]
146
internal
IntPtr
m_Ptr
;
147
148
// Token: 0x04000316 RID: 790
149
private
readonly
object
m_SourceStyle
;
150
}
151
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Globalization.CultureInfo.InvariantCulture
static CultureInfo InvariantCulture
Definition
CultureInfo.cs:39
System.Globalization.CultureInfo
Definition
CultureInfo.cs:15
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.RectOffset.top
int top
Definition
RectOffset.cs:105
UnityEngine.RectOffset.right
int right
Definition
RectOffset.cs:94
UnityEngine.RectOffset.ToString
override string ToString()
Definition
RectOffset.cs:41
UnityEngine.RectOffset.m_SourceStyle
readonly object m_SourceStyle
Definition
RectOffset.cs:149
UnityEngine.RectOffset.m_Ptr
IntPtr m_Ptr
Definition
RectOffset.cs:146
UnityEngine.RectOffset.InternalDestroy
static void InternalDestroy(IntPtr ptr)
Definition
RectOffset.cs:74
UnityEngine.RectOffset.horizontal
int horizontal
Definition
RectOffset.cs:126
UnityEngine.RectOffset.RectOffset
RectOffset(object sourceStyle, IntPtr source)
Definition
RectOffset.cs:24
UnityEngine.RectOffset.vertical
int vertical
Definition
RectOffset.cs:136
UnityEngine.RectOffset.left
int left
Definition
RectOffset.cs:83
UnityEngine.RectOffset.Finalize
override void Finalize()
Definition
RectOffset.cs:31
UnityEngine.RectOffset.ToString
string ToString(string format, IFormatProvider formatProvider)
Definition
RectOffset.cs:48
UnityEngine.RectOffset.RectOffset
RectOffset()
Definition
RectOffset.cs:17
UnityEngine.RectOffset.InternalCreate
static IntPtr InternalCreate()
Definition
RectOffset.cs:67
UnityEngine.RectOffset.Destroy
void Destroy()
Definition
RectOffset.cs:58
UnityEngine.RectOffset.bottom
int bottom
Definition
RectOffset.cs:116
UnityEngine.RectOffset
Definition
RectOffset.cs:15
System.IFormatProvider
Definition
IFormatProvider.cs:7
System.IFormattable
Definition
IFormattable.cs:7
System.Globalization
Definition
Bootstring.cs:5
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.format
@ format
System.ExceptionArgument.source
@ source
System
Definition
__ComObject.cs:4
UnityEngine.Bindings.TargetType
TargetType
Definition
TargetType.cs:8
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
RectOffset.cs
Generated by
1.10.0