Click or drag to resize

SliderValueGetter Class

Note: This API is now obsolete.

Gets the value of an input field.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersComponentSingleGetterSlider, Single
                Slash.Unity.DataBind.UI.Unity.GettersSliderValueGetter

Namespace:  Slash.Unity.DataBind.UI.Unity.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[ObsoleteAttribute("Use SliderValueProvider instead")]
public class SliderValueGetter : ComponentSingleGetter<Slider, float>

The SliderValueGetter type exposes the following members.

Constructors
  NameDescription
Public methodSliderValueGetter
Initializes a new instance of the SliderValueGetter class
Top
Methods
See Also