SetQuaternion
Sets the value of a quaternion parameter.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
SetQuaternion(string, Quaternion)
Sets the value of a quaternion parameter.
public void SetQuaternion(string name, Quaternion value)
Parameters
SetQuaternion(int, Quaternion)
Sets the value of a quaternion parameter.
public void SetQuaternion(int id, Quaternion value)
Parameters
Of the parameter. The id is generated using Animator::StringToHash.
The new value for the parameter.