---
title: "anchor(for:)"
framework: arkit
role: symbol
role_heading: Instance Method
path: "arkit/arskview/anchor(for:)"
---

# anchor(for:)

Returns the AR anchor associated with the specified SpriteKit node, if any.

## Declaration

```swift
func anchor(for node: SKNode) -> ARAnchor?
```

## Parameters

- `node`: A SpriteKit node in the view’s scene.

## Return Value

Return Value The ARAnchor object tracking the node, or nil if the node is not associated with an anchor or not in the view’s scene.

## See Also

### Mapping Content to Real-World Positions

- [node(for:)](arkit/arskview/node(for:).md)
