Click or drag to resize

InputFieldGetter Class

Note: This API is now obsolete.

Gets the value 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.GettersComponentSingleGetterInputField, String
                Slash.Unity.DataBind.UI.Unity.GettersInputFieldGetter

Namespace:  Slash.Unity.DataBind.UI.Unity.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[ObsoleteAttribute("Use InputFieldTextProvider instead")]
public class InputFieldGetter : ComponentSingleGetter<InputField, string>

The InputFieldGetter type exposes the following members.

Constructors
  NameDescription
Public methodInputFieldGetter
Initializes a new instance of the InputFieldGetter class
Top
Methods
See Also