Click or drag to resize

SliderValueObserver Class

Observer for the value of a Slider.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Foundation.ObserversComponentDataObserverSlider, Single
    Slash.Unity.DataBind.UI.Unity.ObserversSliderValueObserver

Namespace:  Slash.Unity.DataBind.UI.Unity.Observers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class SliderValueObserver : ComponentDataObserver<Slider, float>

The SliderValueObserver type exposes the following members.

Constructors
  NameDescription
Public methodSliderValueObserver
Initializes a new instance of the SliderValueObserver class
Top
Methods
See Also