# position

> The position of the rigidbody.

## Definition

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

```csharp
public Vector2 position { get; set; }
```

### Remarks

This is the position of the X and Y axis only.
