Click or drag to resize

LabelTextSetterUpdateTargetValue Method

Called when data value on target should be updated.

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

Parameters

target
Type: (Default Namespace)UILabel
Target to update.
value
Type: SystemString
Value to set on target.
See Also