This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

PaintContext.GatherHeightmap

Declaration

public void GatherHeightmap();

Description

Gathers the heightmap information into sourceRenderTexture.

This function collects the heightmap data from all Terrains in the PaintContext into sourceRenderTexture.

This function is called internally by TerrainPaintUtility.BeginPaintHeightmap.

See Also: PaintContext.ScatterHeightmap.