Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Overlay.OnCreated

Declaration

public void OnCreated();

Description

OnCreated is invoked when an Overlay is instantiated in an Overlay Canvas.

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