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

TerrainPaintUtility.EndPaintTexture

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

파라미터

ctxThe texture paint context to complete.
editorUndoNameUnique name used for the undo stack.

설명

Helper function for completing a texture alphamap modification.

Once the modified data is written to PaintContext.destinationRenderTexture, call this function to copy the modifications back to the original Terrains. This function also signals Unity to recalculate the basemap. This function will also release all allocated resources in the PaintContext.

See Also: TerrainPaintUtility.BeginPaintTexture, PaintContext, and PaintContext.ScatterAlphamap.