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.
1using System;
4
5namespace 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}
class f__AnonymousType0<< Count > j__TPar
static bool fullScreen
Definition Screen.cs:61
static int height
Definition Screen.cs:28
static int sleepTimeout
Definition Screen.cs:51
static Rect safeArea
Definition Screen.cs:72
static int width
Definition Screen.cs:17
static float dpi
Definition Screen.cs:39
static void get_safeArea_Injected([Out] Rect ret)
Definition Screen.cs:80