Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAlphamapTexture(int)

Returns the alphamap texture at the specified index.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.TerrainModule
public Texture2D GetAlphamapTexture(int index)

Parameters

index

Index of the alphamap.

Returns

Type

Description

Texture2DAlphamap texture at the specified index.