| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Classes | |
| class | SurfaceHistory | 
Public Member Functions | |
| TerrainPass () | |
| void | Apply (GenerationProgress progress, GameConfiguration configuration) | 
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) | 
Public Attributes | |
| string | Name | 
| double | Weight | 
Protected Member Functions | |
| override void | ApplyPass (GenerationProgress progress, GameConfiguration configuration) | 
Properties | |
| static UnifiedRandom | _random [get] | 
| static Tile[,] | _tiles [get] | 
| static int | _worldWidth [get] | 
| static int | _worldHeight [get] | 
Private Types | |
| enum | TerrainFeatureType {  Plateau , Hill , Dale , Mountain , Valley }  | 
Static Private Member Functions | |
| static void | FillColumn (int x, double worldSurface, double rockLayer) | 
| static void | RetargetColumn (int x, double worldSurface) | 
| static double | GenerateWorldSurfaceOffset (TerrainFeatureType featureType) | 
| static void | RetargetSurfaceHistory (SurfaceHistory history, int targetX, double targetHeight) | 
Definition at line 7 of file TerrainPass.cs.