|
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 Microsoft.Xna.Framework.Graphics.DisplayMode: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, set] |
| SurfaceFormat | Format [get, set] |
| int | Height [get, set] |
| int | Width [get, set] |
| Rectangle | TitleSafeArea [get, set] |
Private Attributes | |
| SurfaceFormat | format |
| int | height |
| int | width |
Definition at line 11 of file DisplayMode.cs.