Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AnimationHumanStream.SetGoalLocalPosition

Declaration

public void SetGoalLocalPosition(AvatarIKGoal index, Vector3 pos);

Parameters

index The AvatarIKGoal that is queried.
pos The position of this IK goal.

Description

Sets the position of this IK goal relative to the root.

Additional resources: SolveIK.