Type for mapping 2D (X,Z) tile coordinates to a Terrain object.
Property | Description |
---|---|
terrainTiles | Mapping from TileCoord to Terrain. |
Method | Description |
---|---|
GetTerrain | Retrieves the Terrain object corresponding to the tile coordinates (tileX,tileZ). |
Method | Description |
---|---|
CreateFromConnectedNeighbors | Creates a TerrainMap from the neighbors connected to the origin Terrain. |
CreateFromPlacement | Creates a TerrainMap from the positions of all active Terrains. |