# GetHintPosition(AvatarIKHint)

> Returns the position of this IK Hint in world space.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Animations](/engine/6000.5/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public Vector3 GetHintPosition(AvatarIKHint index)
```

### Parameters

**** (\[AvatarIKHint]\(/engine/6000.5/script-reference/unityengine/avatarikhint)): The AvatarIKHint that is queried.

### Returns

| Type                                                              | Description                   |
| ----------------------------------------------------------------- | ----------------------------- |
| [Vector3](/engine/6000.5/script-reference/unityengine/vector3.md) | The position of this IK Hint. |
