Click or drag to resize

TextTextSetterUpdateTargetValue Method

Called when data value on target should be updated.

Namespace:  Slash.Unity.DataBind.UI.Unity.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override void UpdateTargetValue(
	Text target,
	string value
)

Parameters

target
Type: UnityEngine.UIText
Target to update.
value
Type: SystemString
Value to set on target.
See Also