Click or drag to resize

SliderValueSetter Class

Sets the value of a slider depending on a data value.

Input: Number

Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterSingle
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterUISlider, Single
                  Slash.Unity.DataBind.UI.NGUI.SettersSliderValueSetter

Namespace:  Slash.Unity.DataBind.UI.NGUI.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class SliderValueSetter : ComponentSingleSetter<UISlider, float>

The SliderValueSetter type exposes the following members.

Constructors
  NameDescription
Public methodSliderValueSetter
Initializes a new instance of the SliderValueSetter class
Top
Methods
See Also