Version: 2020.2
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

TerrainUtility.TerrainMap.GetTerrain

매뉴얼로 전환
public Terrain GetTerrain (int tileX, int tileZ);

파라미터

tileX Tile X coordinate.
tileZ Tile Z coordinate.

반환

Terrain Returns a valid Terrain object if successful, null otherwise.

설명

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