OnWillBeDestroyed()
Called when an Overlay is about to be destroyed.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
public virtual void OnWillBeDestroyed()
Remarks
Usually this corresponds to the EditorWindow in which this Overlay resides closing.