<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARSCNView/scene",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARSCNView(py)scene"
  },
  "title" : "scene"
}
-->

# scene

The SceneKit scene to be displayed in the view.

```
var scene: SCNScene { get set }
```

## Discussion

> Note:
> Unlike the parent <doc://com.apple.documentation/documentation/SceneKit/SCNView> class, an ``doc://com.apple.arkit/documentation/ARKit/ARSCNView`` object requires a non-`nil` scene to display.

---

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)