Version: 2019.4
Experimental: this API is experimental and might be changed or removed in the future.

PaintContext.GatherAlphamap

マニュアルに切り替える
public void GatherAlphamap (TerrainLayer inputLayer, bool addLayerIfDoesntExist);

パラメーター

inputLayerTerrainLayer used for painting.
addLayerIfDoesntExistSet to true to specify that the inputLayer is added to the terrain if it does not already exist. Set to false to specify that terrain layers are not added to the terrain.

説明

Gathers the alphamap information into sourceRenderTexture.

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

This function is called internally by TerrainPaintUtility.BeginPaintTexture.

See Also: PaintContext.ScatterAlphamap.