This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

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.

See Also: SolveIK.