EditorGUILayout.IntSliderstatic function IntSlider (value : int, leftValue : int, rightValue : int, params options : GUILayoutOption[]) : intstatic function IntSlider (label : string, value : int, leftValue : int, rightValue : int, params options : GUILayoutOption[]) : intstatic function IntSlider (label : GUIContent, value : int, leftValue : int, rightValue : int, params options : GUILayoutOption[]) : 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. |
