Version: 2019.2
Experimental: this API is experimental and might be changed or removed in the future.

TerrainMap

class in UnityEngine.Experimental.TerrainAPI

マニュアルに切り替える

説明

Type for mapping 2D (X,Y) coordinates to a Terrain object.

変数

m_errorCodeIndicates the error status of the TerrainMap.
m_terrainTilesMapping from TileCoord to Terrain.

Public 関数

GetTerrainRetrieves the Terrain object corresponding to the tile coordinates (tileX,tileZ).

Static 関数

CreateFromPlacementCreates a TerrainMap.

デリゲート

TerrainFilterTerrain map filter.