UndoEngine.Undo Method

Definition

Removes the last UndoUnit instance from the undo stack, and performs an undo operation on the unit. The UndoUnit instance is then put into the redo stack.

public:
 bool Undo();
public bool Undo ();
member this.Undo : unit -> bool
Public Function Undo () As Boolean

Returns

true if this method succeeds; otherwise, false.

Applies to