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
Screen.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
UnityEngine.Bindings
;
4
5
namespace
UnityEngine
6
{
7
// Token: 0x0200005C RID: 92
8
[
NativeHeader
(
"Runtime/Graphics/ScreenManager.h"
)]
9
[
NativeHeader
(
"Runtime/Graphics/WindowLayout.h"
)]
10
[
StaticAccessor
(
"GetScreenManager()"
,
StaticAccessorType
.Dot)]
11
[
NativeHeader
(
"Runtime/Graphics/GraphicsScriptBindings.h"
)]
12
public
sealed
class
Screen
13
{
14
// Token: 0x1700004D RID: 77
15
// (get) Token: 0x0600018B RID: 395 RVA: 0x000043AC File Offset: 0x000025AC
16
public
static
int
width
17
{
18
[
NativeMethod
(
Name
=
"GetWidth"
, IsThreadSafe =
true
)]
19
get
20
{
21
throw
new
MissingMethodException
();
22
}
23
}
24
25
// Token: 0x1700004E RID: 78
26
// (get) Token: 0x0600018C RID: 396 RVA: 0x000043C0 File Offset: 0x000025C0
27
public
static
int
height
28
{
29
[
NativeMethod
(
Name
=
"GetHeight"
, IsThreadSafe =
true
)]
30
get
31
{
32
throw
new
MissingMethodException
();
33
}
34
}
35
36
// Token: 0x1700004F RID: 79
37
// (get) Token: 0x0600018D RID: 397 RVA: 0x000043D4 File Offset: 0x000025D4
38
public
static
float
dpi
39
{
40
[NativeName(
"GetDPI"
)]
41
get
42
{
43
throw
new
MissingMethodException
();
44
}
45
}
46
47
// Token: 0x17000050 RID: 80
48
// (set) Token: 0x0600018E RID: 398 RVA: 0x000043E8 File Offset: 0x000025E8
49
[
NativeProperty
(
"ScreenTimeout"
)]
50
public
static
int
sleepTimeout
51
{
52
set
53
{
54
throw
new
MissingMethodException
();
55
}
56
}
57
58
// Token: 0x17000051 RID: 81
59
// (get) Token: 0x0600018F RID: 399 RVA: 0x000043FC File Offset: 0x000025FC
60
public
static
bool
fullScreen
61
{
62
[NativeName(
"IsFullscreen"
)]
63
get
64
{
65
throw
new
MissingMethodException
();
66
}
67
}
68
69
// Token: 0x17000052 RID: 82
70
// (get) Token: 0x06000190 RID: 400 RVA: 0x00004410 File Offset: 0x00002610
71
public
static
Rect
safeArea
72
{
73
get
74
{
75
throw
new
MissingMethodException
();
76
}
77
}
78
79
// Token: 0x06000191 RID: 401 RVA: 0x00004424 File Offset: 0x00002624
80
private
static
void
get_safeArea_Injected
([Out]
Rect
ret)
81
{
82
throw
new
MissingMethodException
();
83
}
84
}
85
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MissingMethodException
Definition
MissingMethodException.cs:9
UnityEngine.Screen.fullScreen
static bool fullScreen
Definition
Screen.cs:61
UnityEngine.Screen.height
static int height
Definition
Screen.cs:28
UnityEngine.Screen.sleepTimeout
static int sleepTimeout
Definition
Screen.cs:51
UnityEngine.Screen.safeArea
static Rect safeArea
Definition
Screen.cs:72
UnityEngine.Screen.width
static int width
Definition
Screen.cs:17
UnityEngine.Screen.dpi
static float dpi
Definition
Screen.cs:39
UnityEngine.Screen.get_safeArea_Injected
static void get_safeArea_Injected([Out] Rect ret)
Definition
Screen.cs:80
UnityEngine.Screen
Definition
Screen.cs:13
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.TypeNameKind.Name
@ Name
System
Definition
__ComObject.cs:4
UnityEngine.Bindings.StaticAccessorType
StaticAccessorType
Definition
StaticAccessorType.cs:8
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
UnityEngine.Rect
Definition
Rect.cs:14
source
UnityEngine.CoreModule
UnityEngine
Screen.cs
Generated by
1.10.0