|
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.DunesBiome:
Collaboration diagram for Terraria.GameContent.Biomes.DunesBiome:Classes | |
| class | DunesDescription |
Public Member Functions | |
| override bool | Place (Point origin, StructureMap structures) |
| DunesBiome () | |
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Properties | |
| int | MaximumWidth [get, set] |
| static UnifiedRandom | _random [get, set] |
| static TileData | _tiles [get, set] |
| static int | _worldWidth [get, set] |
| static int | _worldHeight [get, set] |
Private Types | |
| enum | WindDirection { Left , Right } |
Private Member Functions | |
| void | PlaceSingle (DunesBiome.DunesDescription description, StructureMap structures) |
Static Private Member Functions | |
| static void | PlaceHill (int startX, int endX, double scale, DunesBiome.DunesDescription description) |
| static void | PlaceCurvedLine (Point startPoint, Point endPoint, Point anchorOffset, DunesBiome.DunesDescription description) |
Private Attributes | |
| WorldGenRange | _singleDunesWidth |
| double | _heightScale |
Definition at line 15 of file DunesBiome.cs.