EditorGUI.MinMaxSlider

static function MinMaxSlider (label : GUIContent, position : Rect, ref minValue : float, ref maxValue : float, minLimit : float, maxLimit : float) : void

static function MinMaxSlider (position : Rect, ref minValue : float, ref maxValue : float, minLimit : float, maxLimit : float) : void

Description