<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/RealityCoordinateSpace/scene",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation0A15CoordinateSpacePA2A05SceneacD0VRszrlE5sceneAEvpZ"
  },
  "title" : "scene"
}
-->

# scene

The coordinate space that represents ARKit world space.

```
static var scene: SceneRealityCoordinateSpace { get }
```

## Discussion

In a visionOS window or volume,
or when using the [`virtual`](/documentation/RealityKit/RealityViewCamera/virtual)
camera on any other platform, this space represents
the center of the scene’s owning [`RealityView`](/documentation/RealityKit/RealityView).

When in a visionOS Immersive Space, or using the
`RealityViewCamera/worldTracking` camera in iOS,
the `scene` coordinate space is the
<doc://com.apple.documentation/documentation/ARKit> world origin.

> Note: This static type is equivalent to a
> ``doc://com.apple.RealityKit/documentation/RealityKit/SceneRealityCoordinateSpace`` instance.

---

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)