GetHintPosition(AvatarIKHint)
Returns the position of this IK Hint in world space.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public Vector3 GetHintPosition(AvatarIKHint index)
Parameters
The AvatarIKHint that is queried.
Returns
Type | Description |
|---|---|
| Vector3 | The position of this IK Hint. |