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

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

Sets the translative weight of an IK goal (0 = at the original animation before IK, 1 = at the goal).