Click or drag to resize

AnimatorParameterSetterTSetAnimatorParameter Method

Called when the animator parameter should be set to the specified value.

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

Parameters

target
Type: UnityEngineAnimator
Animator to update.
newValue
Type: T
Value to set animator parameter to.
See Also