# bodyPosition

> The position of the body center of mass.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/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() function call.
