# GetIKHintPositionWeight(AvatarIKHint)

> Gets the translative weight of an IK Hint (0 = at the original animation before IK, 1 = at the hint).

## Definition

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

```csharp
public float GetIKHintPositionWeight(AvatarIKHint hint)
```

### Parameters

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

### Returns

| Type                                                          | Description                |
| ------------------------------------------------------------- | -------------------------- |
| [float](https://learn.microsoft.com/dotnet/api/system.single) | Return translative weight. |
