Ejemplo n.º 1
0
 public void ClearTitle()
 {
     if (textDisplayer == null)
     {
         throw new Exception("No text displayer in current scene");
     }
     else
     {
         textDisplayer.OriginalColor();
         textDisplayer.ClearTitle();
     }
 }