Version: 2020.1
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

PaintContext.GatherHeightmap

매뉴얼로 전환
public void GatherHeightmap ();

설명

Gathers the heightmap information into sourceRenderTexture.

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

This function is called internally by TerrainPaintUtility.BeginPaintHeightmap.

See Also: PaintContext.ScatterHeightmap.