EditorGUI.Slider
static function Slider (position : Rect, value : float, leftValue : float, rightValue : float) : float
static function Slider (position : Rect, label : String, value : float, leftValue : float, rightValue : float) : float
static function Slider (position : Rect, label : GUIContent, value : float, leftValue : float, rightValue : float) : float
Description
static function Slider (position : Rect, property : SerializedProperty, leftValue : float, rightValue : float) : void
static function Slider (position : Rect, property : SerializedProperty, leftValue : float, rightValue : float, label : String) : void
static function Slider (position : Rect, property : SerializedProperty, leftValue : float, rightValue : float, label : GUIContent) : void
Description