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

◆ UpdateViewport()

override void XNAWorldCameraSettings.UpdateViewport ( Rect newVeiwport)
inlinevirtual

Reimplemented from DeviceVPPICalculator.

Definition at line 37 of file XNAWorldCameraSettings.cs.

38 {
39 float zoomScale = this._zoomScale;
40 base.UpdateViewport(newVeiwport);
41 Camera camera = this.Camera;
43 if (!this._wasInMenus)
44 {
45 float maxPixelScale = this.MaxPixelScale;
46 float maxPixelScale2 = this.MaxPixelScale;
47 float maxPixelScale3 = this.MaxPixelScale;
48 return;
49 }
50 }
class f__AnonymousType0<< Count > j__TPar

References _wasInMenus, DeviceVPPICalculator._zoomScale, Camera, j__TPar, MaxPixelScale, and RecalculateVirtualScreen().