GetIKHintPosition(AvatarIKHint)
Gets the position of an IK hint.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public Vector3 GetIKHintPosition(AvatarIKHint hint)
Parameters
The AvatarIKHint that is queried.
Returns
Type | Description |
|---|---|
| Vector3 | Return the current position of this IK hint in world space. |