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地形区块。
mapIndex要检索的索引。

返回

Texture2D mapIndex 处的 Alpha 贴图纹理。

描述

返回 mapIndex 处的 Alpha 贴图纹理。

如果贴图索引超过范围,该函数将抛出异常。