GetGoalPositionFromPose(AvatarIKGoal)
Returns the position 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 Vector3 GetGoalPositionFromPose(AvatarIKGoal index)
Parameters
The AvatarIKGoal that is queried.
Returns
Type | Description |
|---|---|
| Vector3 | The position of this IK goal. |