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

◆ ScreenResolutionSettingsDirty

bool XNAWorldCameraSettings.ScreenResolutionSettingsDirty
getprivate

Definition at line 54 of file XNAWorldCameraSettings.cs.

55 {
56 get
57 {
58 float x = this._lastScreenResolution.x;
59 int nativeWidth = this.NativeWidth;
60 float y = this._lastScreenResolution.y;
61 int nativeHeight = this.NativeHeight;
64 float lastZoomScale = this._lastZoomScale;
65 float zoomScale = this._zoomScale;
66 if (lastVPPIOverridden)
67 {
68 float lastVPPI = this._lastVPPI;
69 float vppi = this.VPPI;
70 return true;
71 }
72 }
73 }
class f__AnonymousType0<< Count > j__TPar