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

◆ UpdateForcedEmulation()

void DeviceVPPICalculator.UpdateForcedEmulation ( )
inlineprivateinherited

Definition at line 296 of file DeviceVPPICalculator.cs.

297 {
299 if (forceEMUEntry != null)
300 {
301 if (forceEMUEntry == null)
302 {
303 }
304 int width = Screen.width;
306 int width2 = forceEMUEntry2.Width;
307 if (forceEMUEntry2 == null)
308 {
309 }
310 int height = Screen.height;
312 int height2 = forceEMUEntry3.Height;
313 int allowedPlatforms = forceEMUEntry3.AllowedPlatforms;
314 if (this._forceEMUEntry != null)
315 {
316 }
317 }
318 }
class f__AnonymousType0<< Count > j__TPar
DeviceVPPICalculator.EditorMobileEmuEntry _forceEMUEntry
static int height
Definition Screen.cs:28
static int width
Definition Screen.cs:17

References DeviceVPPICalculator._forceEMUEntry, DeviceVPPICalculator.EditorMobileEmuEntry.Height, UnityEngine.Screen.height, j__TPar, DeviceVPPICalculator.EditorMobileEmuEntry.Width, and UnityEngine.Screen.width.

Referenced by DeviceVPPICalculator.UpdatePixelScale().