Class UndoActions.UndoTerrain
"Terrain" action for the
UndoManager. Can undo and redo terrain modifications.
Inheritance
UndoActions.UndoTerrain
Assembly: Jotunn.dll
Syntax
public class UndoActions.UndoTerrain : UndoManager.IUndoAction
Constructors
Methods
| Name |
Description |
|
Description()
|
Description of the executed action. |
|
Redo()
|
Sets terrain data to the stored values of the "after" state. |
|
RedoMessage()
|
Success message. |
|
Undo()
|
Sets terrain data to the stored values of the "before" state. |
|
UndoMessage()
|
Success message. |
Extension Methods