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

TerrainPaintUtility.GetTerrainAlphaMapChecked

매뉴얼로 전환
public static Texture2D GetTerrainAlphaMapChecked (Terrain terrain, int mapIndex);

파라미터

terrainTerrain tile.
mapIndexIndex to retrieve.

반환

Texture2D Alphamap texture at mapIndex.

설명

Returns the alphamap texture at mapIndex.

This function will throw an exception if the map index is out of range.