2D position in the internal grid array. More...
Public Member Functions | |
MFPosition (int x, int y) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (MFPosition left, MFPosition right) |
static bool | operator!= (MFPosition left, MFPosition right) |
Public Attributes | |
int | x |
int | y |
2D position in the internal grid array.