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