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