|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.GameContent.Biomes.Desert.SurfaceMap:
Collaboration diagram for Terraria.GameContent.Biomes.Desert.SurfaceMap: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, set] |
| short | this[int absoluteX] [get, set] |
Private Member Functions | |
| SurfaceMap (short[] heights, int x) | |
Private Attributes | |
| readonly short[] | _heights |
Definition at line 9 of file SurfaceMap.cs.