Animator.SetIKRotation
SetIKRotation(goal: AvatarIKGoal, goalRotation: Quaternion): void;
void SetIKRotation(AvatarIKGoal goal, Quaternion goalRotation);
def SetIKRotation(goal as AvatarIKGoal, goalRotation as Quaternion) as void
Parameters

goal The AvatarIKGoal that is set.
goalRotation The rotation in world space.
Description

Sets the rotation of an IK goal.

Rotation is in world space.