|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static SurfaceMap | FromArea (int startX, int width) |
Public Attributes | |
| readonly double | Average |
| readonly int | Bottom |
| readonly int | Top |
| readonly int | X |
Properties | |
| int | Width [get] |
| short | this[int absoluteX] [get] |
Private Member Functions | |
| SurfaceMap (short[] heights, int x) | |
Private Attributes | |
| readonly short[] | _heights |
Definition at line 5 of file SurfaceMap.cs.