コード例 #1
0
 public static int GetSliderValue(this Menu self, string text)
 {
     return(MenuHandler.GetSliderValue(self, text));
 }
コード例 #2
0
 public static bool GetCheckboxValue(this Menu self, string text)
 {
     return(MenuHandler.GetCheckboxValue(self, text));
 }