Inherits Terraria.WorldBuilding.GenShape.
|
| ShapeRoot (float angle, float distance=10f, float startingSize=4f, float endingSize=1f) |
|
override bool | Perform (Point origin, GenAction action) |
|
GenShape | Output (ShapeData outputData) |
|
abstract bool | Perform (Point origin, GenAction action) |
|
GenShape | QuitOnFail (bool value=true) |
|
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
|
|
bool | UnitApply (GenAction action, Point origin, int x, int y, params object[] args) |
|
bool | _quitOnFail |
|
static UnifiedRandom | _random [get] |
|
static ref Tilemap | _tiles [get] |
|
static int | _worldHeight [get] |
|
static int | _worldWidth [get] |
|
◆ Perform()
override bool Terraria.GameContent.Generation.ShapeRoot.Perform |
( |
Point |
origin, |
|
|
GenAction |
action |
|
) |
| |
|
virtual |