Version: 2021.2
언어: 한국어
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).