GetCopyTerrainLayerMaterial()
Returns the default copy terrain layer material.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TerrainTools
- Assembly: UnityEngine.TerrainModule
public static Material GetCopyTerrainLayerMaterial()
Returns
Type | Description |
|---|---|
| Material | Built in "Hidden/Terrain/TerrainLayerUtils" material. |
Remarks
This material is used by PaintTexture operations. Pass 0 is used to select a channel from the alphamap and copy it into a single channel intermediary texture Pass 1 is used to copy from the single channel intermediary texture back into the source alphamap.