 | 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
Syntaxprotected override void UpdateTargetValue(
Text target,
string value
)
Protected Overrides Sub UpdateTargetValue (
target As Text,
value As String
)
protected:
virtual void UpdateTargetValue(
Text^ target,
String^ value
) override
abstract UpdateTargetValue :
target : Text *
value : string -> unit
override UpdateTargetValue :
target : Text *
value : string -> unit
Parameters
- target
- Type: UnityEngine.UIText
Target to update. - value
- Type: SystemString
Value to set on target.
See Also