UndoEngine.Redo Método
Definição
Remove a última instância UndoUnit da pilha de refazer e executa uma operação de refazer na unidade.Removes the last UndoUnit instance from the redo stack, and performs a redo operation on the unit. Em seguida, a instância UndoUnit é colocada na pilha de desfazer.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
Retornos
true se esse método tiver êxito; caso contrário, false.true if this method succeeds; otherwise, false.