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

TerrainPaintUtility.GetTerrainAlphaMapChecked

Switch to Manual
public static Texture2D GetTerrainAlphaMapChecked (Terrain terrain, int mapIndex);

Parameters

terrainTerrain tile.
mapIndexIndex to retrieve.

Returns

Texture2D Alphamap texture at mapIndex.

Description

Returns the alphamap texture at mapIndex.

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