OnCreated()
OnCreated is invoked when an Overlay is instantiated in an Overlay Canvas.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
public virtual void OnCreated()
Remarks
Overlays are usually initialized and destroyed with the EditorWindow in which they exist.