# bodyPosition

> The position of the body center of mass.

## Definition

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

```csharp
public Vector3 bodyPosition { get; set; }
```

### Remarks

The position is in worldspace.  You should only set this value from within an [OnAnimatorIK()](/engine/6000.0/script-reference/unityengine/monobehaviour/onanimatorik.md) function call.
