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 | |
void | UpdateSize (int newWidth, int newHeight) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static bool | operator!= (DisplayMode left, DisplayMode right) |
static bool | operator== (DisplayMode left, DisplayMode right) |
Package Functions | |
DisplayMode (int width, int height, SurfaceFormat format) | |
Properties | |
float | AspectRatio [get] |
SurfaceFormat | Format [get] |
int | Height [get] |
int | Width [get] |
Rectangle | TitleSafeArea [get] |
Private Attributes | |
SurfaceFormat | format |
int | height |
int | width |
Definition at line 8 of file DisplayMode.cs.