UnregisterCancelCallback(int)
Unregisters a previously registered progress cancellation callback.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void UnregisterCancelCallback(int id)
Parameters
The progress indicator's unique ID.
Remarks
Additional Resources: Progress.RegisterCancelCallback, Progress.Cancel.