|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for ScreenshotSetup:Public Types | |
| enum | UIStyle { VirtualControls , Controller , None } |
Public Member Functions | |
| ScreenshotSetup () | |
Public Attributes | |
| string | Id |
| ScreenshotSetup.UIStyle | Style |
| ControllerDevice.ControlScheme | ControlScheme |
| int | Width |
| int | Height |
| int | DPI |
| Rect | SafeRegion |
| string | OutputPath |
| string | OutputFileStart |
Properties | |
| RenderTexture | RenderTexture [get, set] |
| Texture2D | SaveTexture [get, set] |
| DeviceVPPICalculator.EditorMobileEmuEntry | EmulationEntry [get, set] |
Private Attributes | |
| RenderTexture | _renderTexture |
| Texture2D | _tex |
| DeviceVPPICalculator.EditorMobileEmuEntry | _emulationEntry |
Definition at line 9 of file ScreenshotSetup.cs.