/// <summary> /// Overrides the OnGUI method to render the application launcher GUI. /// </summary> void OnGUI() { gui.OnGUI(); }
/// <summary> /// Overrides the OnGUI method to render the application launcher GUI. /// </summary> private void OnGUI() { gui.OnGUI(); }
/// <summary> /// Overrides the OnGUI method to render the application launcher GUI. /// </summary> protected void OnGUI() { gui.OnGUI(); }