Inherits Terraria.WorldBuilding.GenShape.
|
| ShapeRunner (float strength, int steps, Vector2 velocity) |
|
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.ShapeRunner.Perform |
( |
Point |
origin, |
|
|
GenAction |
action |
|
) |
| |
|
virtual |