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 | |
Rectangle (int x, int y, int width, int height) | |
void | Intersects (Rectangle value, [Out] bool result) |
bool | Contains (Point value) |
bool | Contains (Rectangle value) |
void | Contains (Rectangle value, [Out] bool result) |
bool | Contains (int x, int y) |
void | Contains (Point value, [Out] bool result) |
void | Offset (Point offset) |
void | Offset (int offsetX, int offsetY) |
void | Inflate (int horizontalValue, int verticalValue) |
bool | Intersects (Rectangle rect) |
bool | Equals (Rectangle other) |
override bool | Equals (object obj) |
override string | ToString () |
override int | GetHashCode () |
Static Public Member Functions | |
static Rectangle | Union (Rectangle value1, Rectangle value2) |
static void | Union (Rectangle value1, Rectangle value2, [Out] Rectangle result) |
static Rectangle | Intersect (Rectangle value1, Rectangle value2) |
static void | Intersect (Rectangle value1, Rectangle value2, [Out] Rectangle result) |
static bool | operator== (Rectangle a, Rectangle b) |
static bool | operator!= (Rectangle a, Rectangle b) |
static | Rectangle () |
Public Attributes | |
int | X |
int | Y |
int | Width |
int | Height |
Properties | |
Point | Center [get] |
Point | Location [get, set] |
bool | IsEmpty [get] |
static Rectangle | Empty [get] |
int | Left [get] |
int | Right [get] |
int | Top [get] |
int | Bottom [get] |
Static Private Attributes | |
static Rectangle | emptyRectangle |
Definition at line 8 of file Rectangle.cs.