Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCopyTerrainLayerMaterial()

Returns the default copy terrain layer material.
Read time 1 minuteLast updated 13 days ago

Definition

public static Material GetCopyTerrainLayerMaterial()

Returns

Type

Description

MaterialBuilt 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.