<!--
{
  "availability" : [
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/WorldAnchor",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit11WorldAnchorV"
  },
  "title" : "WorldAnchor"
}
-->

# WorldAnchor

A fixed location in a person’s surroundings.

```
struct WorldAnchor
```

## Overview

ARKit persists world anchor UUIDs and transforms across multiple runs of your app. For more information, see <doc://com.apple.documentation/documentation/visionOS/tracking-points-in-world-space>.

## Topics

### Creating a world anchor

[`init(originFromAnchorTransform:)`](/documentation/ARKit/WorldAnchor/init(originFromAnchorTransform:))

Creates a world anchor from a position and orientation in world space.

### Identifying a world anchor

[`id`](/documentation/ARKit/WorldAnchor/id)

The unique identifier of this anchor.

### Inspecting a world anchor

[`originFromAnchorTransform`](/documentation/ARKit/WorldAnchor/originFromAnchorTransform)

The position and orientation of a world anchor.

[`isTracked`](/documentation/ARKit/WorldAnchor/isTracked)

A Boolean value that indicates whether ARKit is currently tracking a world anchor.

[`description`](/documentation/ARKit/WorldAnchor/description)

A textual representation of this anchor.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)