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 | |
Viewport (int x, int y, int width, int height) | |
Viewport (int x, int y, int width, int height, float minDepth, float maxDepth) | |
Viewport (Rectangle bounds) | |
Vector3 | Project (Vector3 source, Matrix projection, Matrix view, Matrix world) |
Vector3 | Unproject (Vector3 source, Matrix projection, Matrix view, Matrix world) |
override string | ToString () |
Properties | |
int | Height [get, set] |
float | MaxDepth [get, set] |
float | MinDepth [get, set] |
int | Width [get, set] |
int | Y [get, set] |
int | X [get, set] |
float | AspectRatio [get] |
Rectangle | Bounds [get, set] |
Rectangle | TitleSafeArea [get] |
Static Private Member Functions | |
static bool | WithinEpsilon (float a, float b) |
Private Attributes | |
int | x |
int | y |
int | width |
int | height |
float | minDepth |
float | maxDepth |
Definition at line 9 of file Viewport.cs.