GetGoalRotationFromPose(AvatarIKGoal)
Returns the rotation of this IK goal in world space computed from the stream current pose.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public Quaternion GetGoalRotationFromPose(AvatarIKGoal index)
Parameters
The AvatarIKGoal that is queried.
Returns
Type | Description |
|---|---|
| Quaternion | The rotation of this IK goal. |