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

TerrainPaintUtility.GetTerrainAlphaMapChecked

Cambiar al Manual
public static Texture2D GetTerrainAlphaMapChecked (Terrain terrain, int mapIndex);

Parámetros

terrainTerrain tile.
mapIndexIndex to retrieve.

Valor de retorno

Texture2D Alphamap texture at mapIndex.

Descripción

Returns the alphamap texture at mapIndex.

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