GatherHeightmap()
Gathers the heightmap information into sourceRenderTexture.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TerrainTools
- Assembly: UnityEngine.TerrainModule
public void GatherHeightmap()
Remarks
This function collects the heightmap data from all Terrain tiles in the PaintContext into .
sourceRenderTextureThis function is called internally by TerrainPaintUtility.BeginPaintHeightmap.
Additional Resources: PaintContext.ScatterHeightmap.