Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Biomes.DunesBiome Class Reference

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
 

Detailed Description

Definition at line 10 of file DunesBiome.cs.


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