|
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
|
Collaboration diagram for Terraria.GameContent.Biomes.Desert.DesertDescription:Public Member Functions | |
| void | UpdateSurfaceMap () |
Static Public Member Functions | |
| static DesertDescription | CreateFromPlacement (Point origin) |
Static Public Attributes | |
| static readonly DesertDescription | Invalid |
Properties | |
| Rectangle | CombinedArea [get, set, private set] |
| Rectangle | Desert [get, set, private set] |
| Rectangle | Hive [get, set, private set] |
| Vector2D | BlockScale [get, set, private set] |
| int | BlockColumnCount [get, set, private set] |
| int | BlockRowCount [get, set, private set] |
| bool | IsValid [get, set, private set] |
| SurfaceMap | Surface [get, set, private set] |
Private Member Functions | |
| DesertDescription () | |
Static Private Member Functions | |
| static bool | RowHasInvalidTiles (int startX, int startY, int width) |
| static | DesertDescription () |
Private Attributes | |
| Rectangle< CombinedArea > | k__BackingField |
| Rectangle< Desert > | k__BackingField |
| Rectangle< Hive > | k__BackingField |
| Vector2D< BlockScale > | k__BackingField |
| int< BlockColumnCount > | k__BackingField |
| int< BlockRowCount > | k__BackingField |
| bool< IsValid > | k__BackingField |
| SurfaceMap< Surface > | k__BackingField |
Static Private Attributes | |
| static readonly Vector2D | DefaultBlockScale |
| const int | SCAN_PADDING = 5 |
Definition at line 13 of file DesertDescription.cs.