Click or drag to resize

InputFieldTextProvider Class

Provides the text 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.GettersComponentDataProviderInputField, String
                Slash.Unity.DataBind.UI.Unity.GettersInputFieldTextProvider

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

The InputFieldTextProvider type exposes the following members.

Constructors
  NameDescription
Public methodInputFieldTextProvider
Initializes a new instance of the InputFieldTextProvider class
Top
Methods
Fields
  NameDescription
Public fieldOnlyUpdateValueOnEndEdit
If set, the ValueChanged event is only dispatched when editing of the input field ended (i.e. input field left).
Top
See Also