Version: 2020.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

TerrainPaintUtility.GetTerrainAlphaMapChecked

マニュアルに切り替える
public static Texture2D GetTerrainAlphaMapChecked (Terrain terrain, int mapIndex);

パラメーター

terrain Terrain tile.
mapIndex Index 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.