Click or drag to resize

SliderValueSynchronizerSetTargetValue 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(
	Slider target,
	float newContextValue
)

Parameters

target
Type: UnityEngine.UISlider
Target component to set value for.
newContextValue
Type: SystemSingle
Data value to set.
See Also