Version: 2019.4
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.