Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnCreated()

OnCreated is invoked when an Overlay is instantiated in an Overlay Canvas.
Read time 1 minuteLast updated 12 days ago

Definition

public virtual void OnCreated()

Remarks

Overlays are usually initialized and destroyed with the EditorWindow in which they exist.