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
GUIContent.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
10 [RequiredByNativeCode(Optional = true, GenerateProxy = true)]
11 [NativeHeader("Modules/IMGUI/GUIContent.h")]
12 [global::Cpp2ILInjected.Token(Token = "0x2000011")]
14 [StructLayout(0)]
15 public class GUIContent
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x17000026")]
18 public string text
19 {
20 [global::Cpp2ILInjected.Token(Token = "0x6000089")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1F9B8E4", Offset = "0x1F9B8E4", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 get
24 {
25 throw null;
26 }
27 [global::Cpp2ILInjected.Token(Token = "0x600008A")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F9B8EC", Offset = "0x1F9B8EC", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 set
31 {
32 throw null;
33 }
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x17000027")]
38 {
39 [global::Cpp2ILInjected.Token(Token = "0x600008B")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1F9B8F4", Offset = "0x1F9B8F4", Length = "0x8")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 set
43 {
44 throw null;
45 }
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x17000028")]
49 public string tooltip
50 {
51 [global::Cpp2ILInjected.Token(Token = "0x600008C")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1F974EC", Offset = "0x1F974EC", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 get
55 {
56 throw null;
57 }
58 [global::Cpp2ILInjected.Token(Token = "0x600008D")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1F9B8FC", Offset = "0x1F9B8FC", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 set
62 {
63 throw null;
64 }
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x600008E")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1F9B904", Offset = "0x1F9B904", Length = "0x5C")]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIContent), Member = ".cctor", ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextEditor), Member = ".ctor", ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
74 public GUIContent()
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x600008F")]
80 [global::Cpp2ILInjected.Address(RVA = "0x1F9B960", Offset = "0x1F9B960", Length = "0x64")]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIContent), Member = ".cctor", ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
83 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
84 public GUIContent(string text)
85 {
86 throw null;
87 }
88
89 [global::Cpp2ILInjected.Token(Token = "0x6000090")]
90 [global::Cpp2ILInjected.Address(RVA = "0x1F9B9C4", Offset = "0x1F9B9C4", Length = "0x84")]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
93 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
94 public GUIContent(string text, Texture image, string tooltip)
95 {
96 throw null;
97 }
98
99 [global::Cpp2ILInjected.Token(Token = "0x6000091")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1F959D8", Offset = "0x1F959D8", Length = "0x7C")]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWordWrapSizer), Member = ".ctor", MemberParameters = new object[]
102 {
106 }, ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
111 {
112 throw null;
113 }
114
115 [global::Cpp2ILInjected.Token(Token = "0x6000092")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1F962AC", Offset = "0x1F962AC", Length = "0x84")]
117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "Label", MemberParameters = new object[]
118 {
119 typeof(Rect),
120 typeof(string)
121 }, ReturnType = typeof(void))]
122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "Label", MemberParameters = new object[]
123 {
124 typeof(Rect),
125 typeof(string),
127 }, ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUI), Member = "Button", MemberParameters = new object[]
129 {
130 typeof(Rect),
131 typeof(string)
132 }, ReturnType = typeof(bool))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILayout), Member = "Label", MemberParameters = new object[]
134 {
135 typeof(string),
137 }, ReturnType = typeof(void))]
138 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
139 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
140 internal static GUIContent Temp(string t)
141 {
142 throw null;
143 }
144
145 [global::Cpp2ILInjected.Token(Token = "0x6000093")]
146 [global::Cpp2ILInjected.Address(RVA = "0x1F9B670", Offset = "0x1F9B670", Length = "0x90")]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIUtility), Member = "EndGUI", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
149 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
150 internal static void ClearStaticCache()
151 {
152 throw null;
153 }
154
155 [global::Cpp2ILInjected.Token(Token = "0x6000094")]
156 [global::Cpp2ILInjected.Address(RVA = "0x1F9BA48", Offset = "0x1F9BA48", Length = "0x20")]
157 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "ToString", ReturnType = typeof(string))]
159 public override string ToString()
160 {
161 throw null;
162 }
163
164 // Note: this type is marked as 'beforefieldinit'.
165 [global::Cpp2ILInjected.Token(Token = "0x6000095")]
166 [global::Cpp2ILInjected.Address(RVA = "0x1F9BA68", Offset = "0x1F9BA68", Length = "0xBC")]
167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIContent), Member = ".ctor", ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIContent), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
170 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
171 static GUIContent()
172 {
173 throw null;
174 }
175
177 [global::Cpp2ILInjected.Token(Token = "0x4000069")]
178 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
179 private string m_Text;
180
182 [global::Cpp2ILInjected.Token(Token = "0x400006A")]
183 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
185
187 [global::Cpp2ILInjected.Token(Token = "0x400006B")]
188 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
189 private string m_Tooltip;
190
191 [global::Cpp2ILInjected.Token(Token = "0x400006C")]
192 private static readonly GUIContent s_Text;
193
194 [global::Cpp2ILInjected.Token(Token = "0x400006D")]
196
197 [global::Cpp2ILInjected.Token(Token = "0x400006E")]
199
200 [global::Cpp2ILInjected.Token(Token = "0x400006F")]
201 public static GUIContent none;
202 }
203}
class f__AnonymousType0<< Count > j__TPar
GUIContent(string text)
Definition GUIContent.cs:84
static readonly GUIContent s_Text
static readonly GUIContent s_TextImage
GUIContent(GUIContent src)
static readonly GUIContent s_Image
static GUIContent Temp(string t)
static GUIContent none
GUIContent(string text, Texture image, string tooltip)
Definition GUIContent.cs:94
override string ToString()
static void ClearStaticCache()