Version: 5.4 beta (switch to 5.3)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Obsolete
SetQuaternion is deprecated.

Animator.SetQuaternion

Switch to Manual
public void SetQuaternion(string name, Quaternion value);

Parameters

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

Description

Sets the value of a quaternion parameter.


public void SetQuaternion(int id, Quaternion value);

Parameters

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.