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

◆ UpdateViewPorts()

static void UserManagement.UpdateViewPorts ( )
inlinestatic

Definition at line 190 of file UserManagement.cs.

191 {
192 if (!true)
193 {
194 }
195 Rect rect;
196 Vector2 center = rect.center;
197 int screenWidth = XNAUnityRunner.ScreenWidth;
198 int screenHeight = XNAUnityRunner.ScreenHeight;
199 }
static int ScreenWidth
static int ScreenHeight
Vector2 center
Definition Rect.cs:103

References UnityEngine.Rect.center, XNAUnityRunner.ScreenHeight, and XNAUnityRunner.ScreenWidth.