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

IMGUIOverlay.OnGUI

Declaration

public void OnGUI();

Description

Implement IMGUI controls and logic in this method.

This function is invoked by the IMGUI event loop. It is the only method required to implement an IMGUIOverlay.