|
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
|
Inheritance diagram for Microsoft.Xna.Framework.Point:
Collaboration diagram for Microsoft.Xna.Framework.Point: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) |
| static | Point () |
Public Attributes | |
| int | X |
| int | Y |
Properties | |
| static Point | Zero [get, set] |
Static Private Attributes | |
| static Point | zeroPoint |