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