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

TerrainUtility.TerrainMap.GetTerrain

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

파라미터

tileXTile X coordinate.
tileZTile Z coordinate.

반환

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

설명

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