Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isProcessing

Returns true if the editor is currently processing undo or redo operations, false otherwise.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool isProcessing { get; }

Remarks

Note: it is forbidden to call Undo.RegisterCreatedObjectUndo while this value is
true
.