Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isRedo

Indicates whether the UndoRedoEvent is an undo or redo event. isRedo is true if the event is a Redo event.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public bool isRedo { get; set; }