EditorGUI.Sliderstatic function Slider (position : Rect, value : float, leftValue : float, rightValue : float) : floatstatic function Slider (position : Rect, label : string, value : float, leftValue : float, rightValue : float) : floatstatic function Slider (position : Rect, label : GUIContent, value : float, leftValue : float, rightValue : float) : floatParameters
Returnsfloat - The value that has been set by the user. DescriptionMake a slider the user can drag to change a value between a min and a max. |
