isProcessing
Returns true if the editor is currently processing undo or redo operations, false otherwise.
Read time 1 minuteLast updated 4 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