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

◆ VirtualScreenSize

int Microsoft.Xna.Framework.Graphics.GraphicsAdapter.VirtualScreenSize
staticgetset

Definition at line 14 of file GraphicsAdapter.cs.

15 {
16 get
17 {
18 if (!true)
19 {
20 }
21 return 1;
22 }
23 set
24 {
25 if (!true)
26 {
27 }
28 int screenWidth = XNAUnityRunner.ScreenWidth;
29 int screenHeight = XNAUnityRunner.ScreenHeight;
30 }
31 }
static int ScreenWidth
static int ScreenHeight