---
title: ARView.DebugOptions
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/arview/debugoptions-swift.struct
---

# ARView.DebugOptions

Options for drawing overlay content in a scene that can aid in debugging.

## Declaration

```swift
struct DebugOptions
```

## Topics

### Configuring debug options

- [none](realitykit/arview/debugoptions-swift.struct/none.md)
- [showPhysics](realitykit/arview/debugoptions-swift.struct/showphysics.md)
- [showStatistics](realitykit/arview/debugoptions-swift.struct/showstatistics.md)
- [showAnchorOrigins](realitykit/arview/debugoptions-swift.struct/showanchororigins.md)
- [showAnchorGeometry](realitykit/arview/debugoptions-swift.struct/showanchorgeometry.md)
- [showWorldOrigin](realitykit/arview/debugoptions-swift.struct/showworldorigin.md)
- [showFeaturePoints](realitykit/arview/debugoptions-swift.struct/showfeaturepoints.md)
- [showSceneUnderstanding](realitykit/arview/debugoptions-swift.struct/showsceneunderstanding.md)

### Creating a debug option set

- [init(rawValue:)](realitykit/arview/debugoptions-swift.struct/init(rawvalue:).md)
- [rawValue](realitykit/arview/debugoptions-swift.struct/rawvalue.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### UIKit and AppKit presentation

- [ARView](realitykit/arview.md)
- [ARViewBase](realitykit/arviewbase.md)
