# GetGoalWeightPosition(AvatarIKGoal)

> Returns the position weight of the IK goal.

## Definition

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

```csharp
public float GetGoalWeightPosition(AvatarIKGoal index)
```

### Parameters

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

### Returns

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