Click or drag to resize

InputFieldTextSynchronizerSetTargetValue Method

Sets a new value on the target component.

Namespace:  Slash.Unity.DataBind.UI.Unity.Synchronizers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override void SetTargetValue(
	InputField target,
	string newContextValue
)

Parameters

target
Type: UnityEngine.UIInputField
Target component to set value for.
newContextValue
Type: SystemString
Data value to set.
See Also