예제 #1
0
 public static void ShowIntSliderPopup(bool saveCurrentSelection, string title, int initialValue, int minValue, int maxValue, Action <bool, int> returnValue, Action <int> onValueChange)
 {
     UIPopups.ShowIntSliderPopup(saveCurrentSelection, title, initialValue, minValue, maxValue, returnValue, onValueChange);
 }