Version: 2023.2
언어: 한국어

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.