Version: 5.5 (switch to 5.6b)
LanguageEnglish
  • C#
  • JS

Script language

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

Method group is Obsolete

Animator.GetQuaternion

Switch to Manual
Obsolete public Quaternion GetQuaternion(string name);

Parameters

name The name of the parameter.

Description

Gets the value of a quaternion parameter.


Obsolete public Quaternion GetQuaternion(int id);

Parameters

id The id of the parameter. The id is generated using Animator::StringToHash.

Description

Gets the value of a quaternion parameter.