This version of Unity is unsupported.

PaintContext.GatherHoles

Declaration

public void GatherHoles();

Description

Gathers the Terrain holes information into sourceRenderTexture.

This function collects the Terrain holes data from all Terrain tiles in the Paint Context, and saves the information in sourceRenderTexture.

This function is called internally by TerrainPaintUtility.BeginPaintHoles.

See Also: PaintContext.ScatterHoles.