terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityGameWindow.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000338")]
8 internal class UnityGameWindow : GameWindow
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x17000211")]
11 public override bool AllowUserResizing
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60014BF")]
14 [global::Cpp2ILInjected.Address(RVA = "0xA96550", Offset = "0xA96550", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 get
17 {
18 throw null;
19 }
20 [global::Cpp2ILInjected.Token(Token = "0x60014C0")]
21 [global::Cpp2ILInjected.Address(RVA = "0xA96558", Offset = "0xA96558", Length = "0x4")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 set
24 {
25 throw null;
26 }
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x60014C1")]
30 [global::Cpp2ILInjected.Address(RVA = "0xA9655C", Offset = "0xA9655C", Length = "0x4")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 public override void BeginScreenDeviceChange(bool willBeFullScreen)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x17000212")]
38 public override Rectangle ClientBounds
39 {
40 [global::Cpp2ILInjected.Token(Token = "0x60014C2")]
41 [global::Cpp2ILInjected.Address(RVA = "0xA96560", Offset = "0xA96560", Length = "0x38")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
45 get
46 {
47 throw null;
48 }
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x60014C3")]
52 [global::Cpp2ILInjected.Address(RVA = "0xA96598", Offset = "0xA96598", Length = "0x38")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
56 public override void EndScreenDeviceChange(string screenDeviceName, int clientWidth, int clientHeight)
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x17000213")]
62 public override IntPtr Handle
63 {
64 [global::Cpp2ILInjected.Token(Token = "0x60014C4")]
65 [global::Cpp2ILInjected.Address(RVA = "0xA965D0", Offset = "0xA965D0", Length = "0x38")]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
69 get
70 {
71 throw null;
72 }
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x17000214")]
76 public override string ScreenDeviceName
77 {
78 [global::Cpp2ILInjected.Token(Token = "0x60014C5")]
79 [global::Cpp2ILInjected.Address(RVA = "0xA96608", Offset = "0xA96608", Length = "0x38")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
83 get
84 {
85 throw null;
86 }
87 }
88
89 [global::Cpp2ILInjected.Token(Token = "0x60014C6")]
90 [global::Cpp2ILInjected.Address(RVA = "0xA96640", Offset = "0xA96640", Length = "0x4")]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 protected override void SetTitle(string title)
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x60014C7")]
98 [global::Cpp2ILInjected.Address(RVA = "0xA95CF4", Offset = "0xA95CF4", Length = "0x8")]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
100 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
102 {
103 throw null;
104 }
105 }
106}
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)