Click or drag to resize

ProgressBarValueSetter Class

Set the bar value of a UIProgressBar depending on the float data value.
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.SettersComponentSingleSetterUIProgressBar, Single
                  Slash.Unity.DataBind.UI.NGUI.SettersProgressBarValueSetter

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

The ProgressBarValueSetter type exposes the following members.

Constructors
  NameDescription
Public methodProgressBarValueSetter
Initializes a new instance of the ProgressBarValueSetter class
Top
Methods
See Also