GetAlphamapTexture(int)
Returns the alphamap texture at the specified index.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.TerrainModule
public Texture2D GetAlphamapTexture(int index)
Parameters
Index of the alphamap.
Returns
Type | Description |
|---|---|
| Texture2D | Alphamap texture at the specified index. |