Esempio n. 1
0
 /// <summary>
 /// Overrides the OnGUI method to render the application launcher GUI.
 /// </summary>
 void OnGUI()
 {
     gui.OnGUI();
 }
Esempio n. 2
0
 /// <summary>
 /// Overrides the OnGUI method to render the application launcher GUI.
 /// </summary>
 private void OnGUI()
 {
     gui.OnGUI();
 }
Esempio n. 3
0
 /// <summary>
 /// Overrides the OnGUI method to render the application launcher GUI.
 /// </summary>
 protected void OnGUI()
 {
     gui.OnGUI();
 }