EditorGUILayout.IntSlider

static function IntSlider (value : int, leftValue : int, rightValue : int, params options : GUILayoutOption[]) : int

static function IntSlider (label : String, value : int, leftValue : int, rightValue : int, params options : GUILayoutOption[]) : int

static function IntSlider (label : GUIContent, value : int, leftValue : int, rightValue : int, params options : GUILayoutOption[]) : int

Description

static function IntSlider (property : SerializedProperty, leftValue : int, rightValue : int, params options : GUILayoutOption[]) : void

static function IntSlider (property : SerializedProperty, leftValue : int, rightValue : int, label : String, params options : GUILayoutOption[]) : void

static function IntSlider (property : SerializedProperty, leftValue : int, rightValue : int, label : GUIContent, params options : GUILayoutOption[]) : void

Description