---
title: occlusion
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/arview/environment-swift.struct/sceneunderstanding-swift.struct/options-swift.struct/occlusion
---

# occlusion

The .occlusion option means that the reconstructed geometry will be used for rendering, but only to update the depth buffer. Parts of virtual objects which are behind the reconstructed geometry are not rendered.

## Declaration

```swift
static let occlusion: ARView.Environment.SceneUnderstanding.Options
```
