# rootPosition

> The root position, the position of the game object.

## Definition

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

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

### Remarks

You should only set this value from within an [OnAnimatorIK()](/engine/6000.6/script-reference/unityengine/monobehaviour/onanimatorik.md) function call.
