<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARSession/RunOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARSessionRunOptions"
  },
  "title" : "ARSession.RunOptions"
}
-->

# ARSession.RunOptions

Options for transitioning an AR session’s current state when you change its configuration.

```
struct RunOptions
```

## Topics

### Creating Run Options

[`init(rawValue:)`](/documentation/ARKit/ARSession/RunOptions/init(rawValue:))

Creates a run options.

### Run Options

[`resetTracking`](/documentation/ARKit/ARSession/RunOptions/resetTracking)

An option to reset the device’s position from the session’s previous run.

[`removeExistingAnchors`](/documentation/ARKit/ARSession/RunOptions/removeExistingAnchors)

An option to remove any anchor objects associated with the session’s previous run.

[`stopTrackedRaycasts`](/documentation/ARKit/ARSession/RunOptions/stopTrackedRaycasts)

An option to stop all active tracked raycasts.

[`resetSceneReconstruction`](/documentation/ARKit/ARSession/RunOptions/resetSceneReconstruction)

An option to reset the scene mesh.



---

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)