Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.WorldBuilding.Shapes.Rectangle Class Reference

Public Member Functions

 Rectangle (Microsoft.Xna.Framework.Rectangle area)
 
 Rectangle (int width, int height)
 
void SetArea (Microsoft.Xna.Framework.Rectangle area)
 
override bool Perform (Point origin, GenAction action)
 
GenShape Output (ShapeData outputData)
 
GenShape QuitOnFail (bool value=true)
 
delegate bool CustomPerUnitAction (int x, int y, params object[] args)
 

Protected Member Functions

bool UnitApply (GenAction action, Point origin, int x, int y, params object[] args)
 

Protected Attributes

bool _quitOnFail
 

Properties

static UnifiedRandom _random [get]
 
static Tile[,] _tiles [get]
 
static int _worldWidth [get]
 
static int _worldHeight [get]
 

Private Attributes

Microsoft.Xna.Framework.Rectangle _area
 
ShapeData _outputData
 

Detailed Description

Definition at line 133 of file Shapes.cs.


The documentation for this class was generated from the following file: