Version: 2022.3
언어: 한국어
public static void UpdateTerrainDataUndo (TerrainData terrainData, string undoName);

파라미터

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

설명

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.