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.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Cpp2IlInjected
;
4
using
UnityEngine.Bindings
;
5
6
namespace
UnityEngine
7
{
8
// Token: 0x0200001B RID: 27
9
[
NativeHeader
(
"Modules/IMGUI/GUIStyle.bindings.h"
)]
10
[
Serializable
]
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)]
17
public
Color
textColor
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
40
public
GUIStyleState
()
41
{
42
throw
new
MissingMethodException
();
43
}
44
45
// Token: 0x060000F8 RID: 248 RVA: 0x000049D4 File Offset: 0x00002BD4
46
private
GUIStyleState
(
GUIStyle
sourceStyle
,
IntPtr
source
)
47
{
48
this.m_Ptr
=
source
;
49
this.m_SourceStyle
=
sourceStyle
;
50
}
51
52
// Token: 0x060000F9 RID: 249 RVA: 0x000020F5 File Offset: 0x000002F5
53
internal
static
GUIStyleState
GetGUIStyleState
(
GUIStyle
sourceStyle
,
IntPtr
source
)
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
69
private
void
set_textColor_Injected
(
Color
value
)
70
{
71
throw
new
MissingMethodException
();
72
}
73
74
// Token: 0x040000C8 RID: 200
75
[
NonSerialized
]
76
internal
IntPtr
m_Ptr
;
77
78
// Token: 0x040000C9 RID: 201
79
private
readonly
GUIStyle
m_SourceStyle
;
80
}
81
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.GUIStyleState.GUIStyleState
GUIStyleState(GUIStyle sourceStyle, IntPtr source)
Definition
GUIStyleState.cs:46
UnityEngine.GUIStyleState.Finalize
override void Finalize()
Definition
GUIStyleState.cs:59
UnityEngine.GUIStyleState.textColor
Color textColor
Definition
GUIStyleState.cs:18
UnityEngine.GUIStyleState.m_SourceStyle
readonly GUIStyle m_SourceStyle
Definition
GUIStyleState.cs:79
UnityEngine.GUIStyleState.set_textColor_Injected
void set_textColor_Injected(Color value)
Definition
GUIStyleState.cs:69
UnityEngine.GUIStyleState.Init
static IntPtr Init()
Definition
GUIStyleState.cs:27
UnityEngine.GUIStyleState.GUIStyleState
GUIStyleState()
Definition
GUIStyleState.cs:40
UnityEngine.GUIStyleState.Cleanup
void Cleanup()
Definition
GUIStyleState.cs:34
UnityEngine.GUIStyleState.GetGUIStyleState
static GUIStyleState GetGUIStyleState(GUIStyle sourceStyle, IntPtr source)
Definition
GUIStyleState.cs:53
UnityEngine.GUIStyleState.m_Ptr
IntPtr m_Ptr
Definition
GUIStyleState.cs:76
UnityEngine.GUIStyleState
Definition
GUIStyleState.cs:13
UnityEngine.GUIStyle
Definition
GUIStyle.cs:15
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.TypeNameKind.Name
@ Name
System.ExceptionArgument.value
@ value
System.ExceptionArgument.source
@ source
System
Definition
__ComObject.cs:4
UnityEngine.Bindings.TargetType
TargetType
Definition
TargetType.cs:8
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
System.IntPtr
Definition
IntPtr.cs:13
UnityEngine.Color
Definition
Color.cs:16
source
UnityEngine.IMGUIModule
UnityEngine
GUIStyleState.cs
Generated by
1.10.0