| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Classes | |
| struct | Slab | 
| class | SlabStates | 
Public Member Functions | |
| override bool | Place (Point origin, StructureMap structures) | 
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) | 
Properties | |
| static UnifiedRandom | _random [get] | 
| static Tile[,] | _tiles [get] | 
| static int | _worldWidth [get] | 
| static int | _worldHeight [get] | 
Private Member Functions | |
| delegate bool | SlabState (int x, int y, int scale) | 
| void | SmoothSlope (int x, int y) | 
| void | PlaceSlab (Slab slab, int originX, int originY, int scale) | 
Static Private Member Functions | |
| static bool | IsGroupSolid (int x, int y, int scale) | 
Private Attributes | |
| Slab[,] | _slabs | 
Static Private Attributes | |
| const int | SCALE = 3 | 
Definition at line 8 of file MarbleBiome.cs.