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

◆ DrawBacking()

void GUISafeRegionEdit.DrawBacking ( )
inline

Definition at line 34 of file GUISafeRegionEdit.cs.

35 {
36 int screenHeight = XNAUnityRunner.ScreenHeight;
37 int screenWidth = XNAUnityRunner.ScreenWidth;
38 if (!this.LeftPressed)
39 {
40 }
41 if (!this.TopPressed)
42 {
43 }
44 if (!this.BottomPressed)
45 {
46 }
47 if (!this.RightPressed)
48 {
49 }
50 if (this.LeftPressed)
51 {
52 }
53 if (this.TopPressed)
54 {
55 }
56 if (this.BottomPressed)
57 {
58 }
59 bool rightPressed = this.RightPressed;
60 if (rightPressed)
61 {
62 }
63 if (!rightPressed)
64 {
65 }
66 }
class f__AnonymousType0<< Count > j__TPar
static int ScreenWidth
static int ScreenHeight

References BottomPressed, j__TPar, LeftPressed, RightPressed, XNAUnityRunner.ScreenHeight, XNAUnityRunner.ScreenWidth, and TopPressed.