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

AnimationHumanStream.SetGoalRotation

Declaration

public void SetGoalRotation(AvatarIKGoal index, Quaternion rot);

Parameters

index The AvatarIKGoal that is queried.
rot The rotation of this IK goal.

Description

Sets the rotation of this IK goal in world space.

See Also: SolveIK.