# GetIKHintPosition(AvatarIKHint)

> Gets the position of an IK hint.

## Definition

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

```csharp
public Vector3 GetIKHintPosition(AvatarIKHint hint)
```

### Parameters

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

### Returns

| Type                                                              | Description                                                 |
| ----------------------------------------------------------------- | ----------------------------------------------------------- |
| [Vector3](/engine/6000.6/script-reference/unityengine/vector3.md) | Return the current position of this IK hint in world space. |
