terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
XNAWorldCameraSettings () | |
XNAWorldCameraSettings (Camera camera, XNAWorldCameraSettings defaultSettings) | |
override void | UpdateViewport (Rect newVeiwport) |
void | ApplyCamera () |
float | GetDefaultVerticalResolution (bool safeRegion=false) |
Rect | GetDefaultSafeArea () |
Rect | GetViewportSafeRegion () |
Rect | GetSafeArea () |
void | ResetSafeArea () |
void | SetSafeArea (Rect area) |
void | OverrideVerticalResolution (int verticalResolution) |
Static Public Attributes | |
static Rect | SafeArea |
Protected Member Functions | |
void | UpdatePixelScale (bool safeRegion=false) |
Protected Attributes | |
Rect | _viewport |
Properties | |
bool | ScreenResolutionSettingsDirty [get] |
float | MaxPixelScale [get] |
float | MinPixelScale [get] |
int | MaxWorldWidth [get] |
int | MaxWorldHeight [get] |
int | NativeWidth [get] |
int | NativeHeight [get] |
DeviceOrientation | deviceOrientation [get] |
Rect | Viewport [get] |
float | ZoomScale [get, set] |
Private Member Functions | |
void | RecalculateVirtualScreen () |
float | GetDeviceDPI () |
bool | IsSafeAreaValid () |
void | UpdateForcedEmulation () |
Private Attributes | |
Vector2 | _lastScreenResolution |
bool | _lastVPPIOverridden |
float | _lastVPPI |
float | _lastZoomScale |
bool | _wasInMenus |
DeviceOrientation | _cachedOrientation = DeviceOrientation.LandscapeLeft |
bool | DeviceDPISectup |
float | DeviceDPI |
float | _zoomScale = (float)16256 |
DeviceVPPICalculator.EditorMobileEmuEntry[] | MobileResolutionEntries |
DeviceVPPICalculator.EditorMobileEmuEntry | _forceEMUEntry |
Static Private Attributes | |
static float | DefaultResolution |
static float | DefaultPhysicalHeight |
Definition at line 7 of file XNAWorldCameraSettings.cs.