|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| bool | CanPlace (Rectangle area, int padding=0) |
| bool | CanPlace (Rectangle area, bool[] validTiles, int padding=0) |
| Rectangle | GetBoundingBox () |
| void | AddStructure (Rectangle area, int padding=0) |
| void | AddProtectedStructure (Rectangle area, int padding=0) |
| void | Reset () |
Private Attributes | |
| readonly List< Rectangle > | _structures = new List<Rectangle>(2048) |
| readonly List< Rectangle > | _protectedStructures = new List<Rectangle>(2048) |
| readonly object | _lock = new object() |
Definition at line 8 of file StructureMap.cs.