Click or drag to resize

InputValueSetter Class

Set the value of a UIInput depending on the string data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterString
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterUIInput, String
                  Slash.Unity.DataBind.UI.NGUI.SettersInputValueSetter

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

The InputValueSetter type exposes the following members.

Constructors
  NameDescription
Public methodInputValueSetter
Initializes a new instance of the InputValueSetter class
Top
Methods
See Also