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