Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ShapeRoot (double angle, double distance=10.0, double startingSize=4.0, double endingSize=1.0) | |
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 Member Functions | |
bool | DoRoot (Point origin, GenAction action, double angle, double distance, double startingSize) |
Private Attributes | |
double | _angle |
double | _startingSize |
double | _endingSize |
double | _distance |
ShapeData | _outputData |
Definition at line 7 of file ShapeRoot.cs.