Animator.SetIKRotationWeight
SetIKRotationWeight(goal: AvatarIKGoal, value: float): void;
void SetIKRotationWeight(AvatarIKGoal goal, float value);
def SetIKRotationWeight(goal as AvatarIKGoal, value as float) as void
Parameters

goal The AvatarIKGoal that is set.
value The rotational weight.
Description

Sets the rotational weight of an IK goal (0 = rotation before IK, 1 = rotation at the IK goal).