# GetHintWeightPosition(AvatarIKHint)

> Returns the position weight of the IK Hint.

## Definition

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

```csharp
public float GetHintWeightPosition(AvatarIKHint index)
```

### Parameters

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

### Returns

| Type                                                          | Description                         |
| ------------------------------------------------------------- | ----------------------------------- |
| [float](https://learn.microsoft.com/dotnet/api/system.single) | The position weight of the IK Hint. |
