Version: 2022.2
言語: 日本語
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.