---
title: SceneReconstructionProvider
framework: arkit
role: symbol
role_heading: Class
path: arkit/scenereconstructionprovider
---

# SceneReconstructionProvider

A source of live data about the shape of a person’s surroundings.

## Declaration

```swift
final class SceneReconstructionProvider
```

## Topics

### Creating a scene reconstruction provider

- [init(modes:)](arkit/scenereconstructionprovider/init(modes:).md)
- [modes](arkit/scenereconstructionprovider/modes.md)
- [SceneReconstructionProvider.Mode](arkit/scenereconstructionprovider/mode.md)
- [isSupported](arkit/scenereconstructionprovider/issupported.md)

### Observing scene reconstruction

- [anchorUpdates](arkit/scenereconstructionprovider/anchorupdates.md)
- [state](arkit/scenereconstructionprovider/state.md)

### Inspecting a scene reconstruction provider

- [description](arkit/scenereconstructionprovider/description.md)
- [allAnchors](arkit/scenereconstructionprovider/allanchors.md)
- [requiredAuthorizations](arkit/scenereconstructionprovider/requiredauthorizations.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [DataProvider](arkit/dataprovider.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Scene reconstruction

- [Incorporating real-world surroundings in an immersive experience](visionos/incorporating-real-world-surroundings-in-an-immersive-experience.md)
- [Applying mesh to real-world surroundings](visionos/applying-mesh-to-real-world-surroundings.md)
- [Obscuring virtual items in a scene behind real-world items](visionos/obscuring-virtual-items-in-a-scene-behind-real-world-items.md)
- [MeshAnchor](arkit/meshanchor.md)
