|
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
|
Collaboration diagram for Terraria.WorldBuilding.ShapeData:Public Member Functions | |
| ShapeData () | |
| ShapeData (ShapeData original) | |
| void | Add (int x, int y) |
| void | Remove (int x, int y) |
| HashSet< Point16 > | GetData () |
| void | Clear () |
| bool | Contains (int x, int y) |
| void | Add (ShapeData shapeData, Point localOrigin, Point remoteOrigin) |
| void | Subtract (ShapeData shapeData, Point localOrigin, Point remoteOrigin) |
Static Public Member Functions | |
| static Rectangle | GetBounds (Point origin, params ShapeData[] shapes) |
Properties | |
| int | Count [get, set] |
Private Attributes | |
| HashSet< Point16 > | _points |
Definition at line 16 of file ShapeData.cs.