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