Click or drag to resize

SliderValueProvider Class

Provides the value of a slider.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersComponentDataProviderSlider, Single
                Slash.Unity.DataBind.UI.Unity.GettersSliderValueProvider

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

The SliderValueProvider type exposes the following members.

Constructors
  NameDescription
Public methodSliderValueProvider
Initializes a new instance of the SliderValueProvider class
Top
Methods
See Also