Click or drag to resize

InputFieldTextSetter Class

Set the text of a InputField 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.SettersComponentSingleSetterInputField, String
                  Slash.Unity.DataBind.UI.Unity.SettersInputFieldTextSetter

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

The InputFieldTextSetter type exposes the following members.

Constructors
  NameDescription
Public methodInputFieldTextSetter
Initializes a new instance of the InputFieldTextSetter class
Top
Methods
See Also