Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Point (int x, int y) | |
bool | Equals (Point other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
bool | Equals (T? other) |
Static Public Member Functions | |
static bool | operator== (Point a, Point b) |
static bool | operator!= (Point a, Point b) |
Public Attributes | |
int | X |
int | Y |
Properties | |
static Point | Zero [get] |
Static Private Attributes | |
static Point | _zero = default(Point) |