Class MultiSlider.SliderSettings
public class MultiSlider.SliderSettings
- Inheritance
-
MultiSlider.SliderSettings
Constructors
SliderSettings(MinMaxFloat, MinMaxColor, bool, GUIStyle)
public SliderSettings(MinMaxFloat sliderRange, MinMaxColor sliderColors, bool drawValueIfGrabbing, GUIStyle segmentLabelStyle)
Parameters
sliderRange
MinMaxFloatsliderColors
MinMaxColordrawValueIfGrabbing
boolsegmentLabelStyle
GUIStyle
Fields
BrightenIfSelected
public float BrightenIfSelected
Field Value
InputKnobSize
public float InputKnobSize
Field Value
SliderHightlight
public float SliderHightlight
Field Value
Properties
DrawValueIfGrabbing
public bool DrawValueIfGrabbing { get; }
Property Value
Range
public MinMaxFloat Range { get; }
Property Value
SegmentLabelStyle
public GUIStyle SegmentLabelStyle { get; }
Property Value
Methods
GetColorProgress(float)
public Color GetColorProgress(float progress)
Parameters
progress
float
Returns
GetSliderProgress(float)
public float GetSliderProgress(float value)
Parameters
value
float