Animator.SetVector

function SetVector (name : String, value : Vector3) : void

Parameters

NameDescription
name The name of the parameter
value The new value for the parameter

Description

Sets the value of a vector parameter

function SetVector (id : int, value : Vector3) : void

Parameters

NameDescription
id The id of the parameter. The id is generated using Animator::StringToHash
value The new value for the parameter

Description

Sets the value of a vector parameter