---
title: scene
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/arview/scene
---

# scene

The scene that the view renders and simulates.

## Declaration

```swift
@MainActor @preconcurrency var scene: Scene { get }
```

## Discussion

Discussion When you initialize a view, it comes with a single Scene instance that you access through the view’s scene property. Add AnchorEntity instances to the scene’s anchors collection to provide content for the scene.
