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
UnityGameWindow.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000338 RID: 824
7 internal class UnityGameWindow : GameWindow
8 {
9 // Token: 0x17000211 RID: 529
10 // (get) Token: 0x060014BF RID: 5311 RVA: 0x0005F458 File Offset: 0x0005D658
11 // (set) Token: 0x060014C0 RID: 5312 RVA: 0x0005F468 File Offset: 0x0005D668
12 public override bool AllowUserResizing
13 {
14 get
15 {
16 }
17 set
18 {
19 }
20 }
21
22 // Token: 0x060014C1 RID: 5313 RVA: 0x0005F478 File Offset: 0x0005D678
23 public override void BeginScreenDeviceChange(bool willBeFullScreen)
24 {
25 }
26
27 // Token: 0x17000212 RID: 530
28 // (get) Token: 0x060014C2 RID: 5314 RVA: 0x000021DB File Offset: 0x000003DB
29 public override Rectangle ClientBounds
30 {
31 get
32 {
33 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
34 }
35 }
36
37 // Token: 0x060014C3 RID: 5315 RVA: 0x000021DB File Offset: 0x000003DB
38 public override void EndScreenDeviceChange(string screenDeviceName, int clientWidth, int clientHeight)
39 {
40 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
41 }
42
43 // Token: 0x17000213 RID: 531
44 // (get) Token: 0x060014C4 RID: 5316 RVA: 0x000021DB File Offset: 0x000003DB
45 public override IntPtr Handle
46 {
47 get
48 {
49 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
50 }
51 }
52
53 // Token: 0x17000214 RID: 532
54 // (get) Token: 0x060014C5 RID: 5317 RVA: 0x000021DB File Offset: 0x000003DB
55 public override string ScreenDeviceName
56 {
57 get
58 {
59 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
60 }
61 }
62
63 // Token: 0x060014C6 RID: 5318 RVA: 0x0005F488 File Offset: 0x0005D688
64 protected override void SetTitle(string title)
65 {
66 }
67
68 // Token: 0x060014C7 RID: 5319 RVA: 0x0005F498 File Offset: 0x0005D698
70 {
71 }
72 }
73}
class f__AnonymousType0<< Count > j__TPar
override void EndScreenDeviceChange(string screenDeviceName, int clientWidth, int clientHeight)
override void BeginScreenDeviceChange(bool willBeFullScreen)
override void SetTitle(string title)