EditorGUILayout.Sliderstatic function Slider (value : float, leftValue : float, rightValue : float, params options : GUILayoutOption[]) : floatstatic function Slider (label : string, value : float, leftValue : float, rightValue : float, params options : GUILayoutOption[]) : floatstatic function Slider (label : GUIContent, value : float, leftValue : float, rightValue : float, params options : GUILayoutOption[]) : 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. |
