Click or drag to resize

DropdownOptionsSetterUpdateTargetValue 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(
	Dropdown target,
	IEnumerable value
)

Parameters

target
Type: UnityEngine.UIDropdown
Target to update.
value
Type: System.CollectionsIEnumerable
Value to set on target.
See Also