Animator.SetQuaternion

function SetQuaternion (name : String, value : Quaternion) : void

Parameters

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

Description

Sets the value of a quaternion parameter.

function SetQuaternion (id : int, value : Quaternion) : void

Parameters

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

Description

Sets the value of a quaternion parameter.