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

TerrainPaintUtility.EndPaintHoles

매뉴얼로 전환
public static void EndPaintHoles (Experimental.TerrainAPI.PaintContext ctx, string editorUndoName);

파라미터

ctx The Terrain holes PaintContext to complete.
editorUndoName Unique name used for the undo stack.

설명

Helper function to complete a Terrain holes modification.

Once the modified data is written to PaintContext.destinationRenderTexture, call this function to copy the modifications back to the original Terrain tiles. This function also instructs Unity to update the dirty regions of the Terrain holes data in each of the affected Terrain tiles, so as to update collision and physics. This function will also release all allocated resources in the PaintContext.

See TerrainPaintUtility.BeginPaintHoles, PaintContext, and PaintContext.ScatterHoles.