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.
1using System;
6
7namespace UnityEngine
8{
9 // Token: 0x02000084 RID: 132
11 [NativeHeader("Modules/IMGUI/GUIStyle.h")]
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" })]
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
49 {
50 if (formatProvider == null)
51 {
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
67 private static IntPtr InternalCreate()
68 {
69 throw new MissingMethodException();
70 }
71
72 // Token: 0x06000234 RID: 564 RVA: 0x00005280 File Offset: 0x00003480
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" })]
146 internal IntPtr m_Ptr;
147
148 // Token: 0x04000316 RID: 790
149 private readonly object m_SourceStyle;
150 }
151}
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture
override string ToString()
Definition RectOffset.cs:41
readonly object m_SourceStyle
static void InternalDestroy(IntPtr ptr)
Definition RectOffset.cs:74
RectOffset(object sourceStyle, IntPtr source)
Definition RectOffset.cs:24
override void Finalize()
Definition RectOffset.cs:31
string ToString(string format, IFormatProvider formatProvider)
Definition RectOffset.cs:48
static IntPtr InternalCreate()
Definition RectOffset.cs:67