Class MultiSlider.SliderValue
- Namespace
- Coherence.Toolkit
- Assembly
- Coherence.Editor.dll
public class MultiSlider.SliderValue
- Inheritance
-
MultiSlider.SliderValue
Constructors
SliderValue(object, float, bool, GUIContent)
public SliderValue(object data, float value, bool canBeGrabbed, GUIContent segmentText)
Parameters
data
object
value
float
canBeGrabbed
bool
segmentText
GUIContent
Fields
Field Value
- bool
Field Value
- object
SegmentLabelText
public GUIContent SegmentLabelText
Field Value
- GUIContent
Field Value
- float
Properties
public bool IsGrabbed { get; }
Property Value
- bool
Methods
public void SetValue(float value)
Parameters
value
float