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
|
Public Member Functions | |
Rectangle (int x, int y, int width, int height) | |
void | Intersects (ref Rectangle value, out bool result) |
bool | Contains (Point value) |
bool | Contains (Rectangle value) |
void | Contains (ref Rectangle value, out bool result) |
bool | Contains (int x, int y) |
void | Contains (ref 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 (ref Rectangle value1, ref Rectangle value2, out Rectangle result) |
static Rectangle | Intersect (Rectangle value1, Rectangle value2) |
static void | Intersect (ref Rectangle value1, ref 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, set] |
Point | Location [get, set] |
bool | IsEmpty [get, set] |
static Rectangle | Empty [get, set] |
int | Left [get, set] |
int | Right [get, set] |
int | Top [get, set] |
int | Bottom [get, set] |
Static Private Attributes | |
static Rectangle | emptyRectangle |
Definition at line 47 of file Rectangle.cs.