Click or drag to resize

InputFieldTextSynchronizer Class

Synchronizer for the text of a InputField.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SynchronizersComponentDataSynchronizer
              Slash.Unity.DataBind.Foundation.SynchronizersComponentDataSynchronizerInputField, String
                Slash.Unity.DataBind.UI.Unity.SynchronizersInputFieldTextSynchronizer

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

The InputFieldTextSynchronizer type exposes the following members.

Constructors
  NameDescription
Public methodInputFieldTextSynchronizer
Initializes a new instance of the InputFieldTextSynchronizer 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