# anchoredPosition3D

> The 3D position of the pivot of this RectTransform relative to the anchor reference point.

## Definition

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

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

### Remarks

The anchor reference point is where the anchors are. If the anchors are not together, the four anchor positions are interpolated according to the pivot placement.
