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,Z) tile 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).

정적 함수

CreateFromConnectedNeighborsCreates a TerrainMap from the neighbors connected to the origin Terrain.
CreateFromPlacementCreates a TerrainMap from the positions of all active Terrains.

델리게이트

TerrainFilterTerrain map filter.