Esempio n. 1
0
 public void OptionsButtonPressed()
 {
     canvasGroup.Hide();
     optionsViewController.Show(canvasGroup);
 }
Esempio n. 2
0
 /// <summary>
 /// This function is called by the main form.
 /// This opens the Options View Controller with the desired tab selected.
 /// </summary>
 /// <param name="startingTab">The title of the desired starting tab.</param>
 public void OpenOptionsMenu(string startingTab)
 {
     m_options.SelectTab(startingTab);
     m_options.Show();
     m_options.BringToFront();
 }