UndoEngine.Redo Method

Definition

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

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

Returns

true if this method succeeds; otherwise, false.

Applies to