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

◆ SetSafeArea()

void DeviceVPPICalculator.SetSafeArea ( Rect area)
inlineinherited

Definition at line 284 of file DeviceVPPICalculator.cs.

285 {
286 int width = Screen.width;
287 int width2 = Screen.width;
288 int width3 = Screen.width;
289 int height = Screen.height;
290 int height2 = Screen.height;
291 int height3 = Screen.height;
293 }
class f__AnonymousType0<< Count > j__TPar
static int height
Definition Screen.cs:28
static int width
Definition Screen.cs:17

References DeviceVPPICalculator.GetDefaultSafeArea(), UnityEngine.Screen.height, j__TPar, and UnityEngine.Screen.width.