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
GUIStyleState.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
8 // Token: 0x0200001B RID: 27
9 [NativeHeader("Modules/IMGUI/GUIStyle.bindings.h")]
11 [StructLayout(0)]
12 public sealed class GUIStyleState
13 {
14 // Token: 0x17000048 RID: 72
15 // (set) Token: 0x060000F4 RID: 244 RVA: 0x0000497C File Offset: 0x00002B7C
16 [NativeProperty("textColor", false, TargetType.Field)]
18 {
19 set
20 {
21 throw new MissingMethodException();
22 }
23 }
24
25 // Token: 0x060000F5 RID: 245 RVA: 0x00004990 File Offset: 0x00002B90
26 [FreeFunction(Name = "GUIStyleState_Bindings::Init", IsThreadSafe = true)]
27 private static IntPtr Init()
28 {
29 throw new MissingMethodException();
30 }
31
32 // Token: 0x060000F6 RID: 246 RVA: 0x000049A4 File Offset: 0x00002BA4
33 [FreeFunction(Name = "GUIStyleState_Bindings::Cleanup", IsThreadSafe = true, HasExplicitThis = true)]
34 private void Cleanup()
35 {
36 throw new MissingMethodException();
37 }
38
39 // Token: 0x060000F7 RID: 247 RVA: 0x000049B8 File Offset: 0x00002BB8
41 {
42 throw new MissingMethodException();
43 }
44
45 // Token: 0x060000F8 RID: 248 RVA: 0x000049D4 File Offset: 0x00002BD4
51
52 // Token: 0x060000F9 RID: 249 RVA: 0x000020F5 File Offset: 0x000002F5
54 {
55 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
56 }
57
58 // Token: 0x060000FA RID: 250 RVA: 0x000049F8 File Offset: 0x00002BF8
59 protected override void Finalize()
60 {
61 if (this.m_SourceStyle == null)
62 {
63 throw new MissingMethodException();
64 }
65 base.Finalize();
66 }
67
68 // Token: 0x060000FB RID: 251 RVA: 0x00004A3C File Offset: 0x00002C3C
70 {
71 throw new MissingMethodException();
72 }
73
74 // Token: 0x040000C8 RID: 200
76 internal IntPtr m_Ptr;
77
78 // Token: 0x040000C9 RID: 201
80 }
81}
class f__AnonymousType0<< Count > j__TPar
GUIStyleState(GUIStyle sourceStyle, IntPtr source)
readonly GUIStyle m_SourceStyle
void set_textColor_Injected(Color value)
static GUIStyleState GetGUIStyleState(GUIStyle sourceStyle, IntPtr source)