EditorGUI.IntSliderstatic function IntSlider (position : Rect, value : int, leftValue : int, rightValue : int) : intstatic function IntSlider (position : Rect, label : string, value : int, leftValue : int, rightValue : int) : intstatic function IntSlider (position : Rect, label : GUIContent, value : int, leftValue : int, rightValue : int) : intParameters
Returnsint - The value that has been set by the user. DescriptionMake a slider the user can drag to change an integer value between a min and a max. |
