Click or drag to resize

InputValueProvider Class

Provides the value of a UIInput element.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.GettersComponentDataProviderUIInput, String
                Slash.Unity.DataBind.UI.NGUI.GettersInputValueProvider

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

The InputValueProvider type exposes the following members.

Constructors
  NameDescription
Public methodInputValueProvider
Initializes a new instance of the InputValueProvider class
Top
Methods
See Also