Table of Contents

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

CanBeGrabbed

public bool CanBeGrabbed

Field Value

bool

Data

public object Data

Field Value

object

SegmentLabelText

public GUIContent SegmentLabelText

Field Value

GUIContent

Value

public float Value

Field Value

float

Properties

IsGrabbed

public bool IsGrabbed { get; }

Property Value

bool

Methods

SetValue(float)

public void SetValue(float value)

Parameters

value float