Ejemplo n.º 1
0
 void OnGUI()
 {
     GUI.skin = helpView.config.skin;
     helpView.OnGUI();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Called several times per in-game frame by the Unity engine in order to provide a smooth GUI experience.
 /// </summary>
 public void OnGUI()
 {
     _levelController.OnGUI();
     _optionsController.OnGUI();
     _helpView.OnGUI();
 }