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
sliderRangeMinMaxFloatsliderColorsMinMaxColordrawValueIfGrabbingboolsegmentLabelStyleGUIStyle
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
progressfloat
Returns
GetSliderProgress(float)
public float GetSliderProgress(float value)
Parameters
valuefloat