Version: 2022.2
LanguageEnglish
  • C#

TerrainPaintUtilityEditor.UpdateTerrainDataUndo

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static void UpdateTerrainDataUndo(TerrainData terrainData, string undoName);

Parameters

terrainData Terrain data object.
undoName The name of the undo operation.

Description

Updates the undo stack with a terrain operation.

This method adds a new terrain operation to the undo stack, so the operation can be undone and revert the terrain's data to its previous state.