Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | DunesDescription |
Public Member Functions | |
override bool | Place (Point origin, StructureMap structures) |
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Properties | |
int | MaximumWidth [get] |
static UnifiedRandom | _random [get] |
static Tile[,] | _tiles [get] |
static int | _worldWidth [get] |
static int | _worldHeight [get] |
Private Types | |
enum | WindDirection { Left , Right } |
Private Member Functions | |
void | PlaceSingle (DunesDescription description, StructureMap structures) |
Static Private Member Functions | |
static void | PlaceHill (int startX, int endX, double scale, DunesDescription description) |
static void | PlaceCurvedLine (Point startPoint, Point endPoint, Point anchorOffset, DunesDescription description) |
Private Attributes | |
WorldGenRange | _singleDunesWidth = WorldGenRange.Empty |
double | _heightScale = 1.0 |
Definition at line 10 of file DunesBiome.cs.