TerrainData.SetTerrainLayersRegisterUndo

Cambiar al Manual
public void SetTerrainLayersRegisterUndo (TerrainLayer[] terrainLayers, string undoName);

Parámetros

terrainLayersThe Terrain Layer assets to set.
undoNameThe name of the Editor's undo action.

Descripción

This function sets the terrainLayers property, and in addition, registers the action to the Editor's undo stack.

This function is only available in the Editor.