---
title: "anchored(in:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/geometryproxycoordinatespace3d/anchored(in:)"
---

# anchored(in:)

Returns a modified CoordinateSpace3D offset to match the provided anchorPoint in the original coordinate space.

## Declaration

```swift
func anchored(in anchorPoint: UnitPoint3D) -> some CoordinateSpace3D

```
