Esempio n. 1
0
 public static int GetSliderValue(this Menu self, string text)
 {
     return(MenuHandler.GetSliderValue(self, text));
 }
Esempio n. 2
0
 public static string GetComboBoxText(this Menu self, string text)
 {
     return(MenuHandler.GetComboBoxText(self, text));
 }
Esempio n. 3
0
 public static bool GetCheckboxValue(this Menu self, string text)
 {
     return(MenuHandler.GetCheckboxValue(self, text));
 }