Click or drag to resize

AnimatorParameterSetterTUpdateTargetValue Method

Called when data value on target should be updated.

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

Parameters

target
Type: UnityEngineAnimator
Target to update.
value
Type: T
Value to set on target.
See Also