---
title: scene
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/realitycoordinatespace/scene
---

# scene

The coordinate space that represents ARKit world space.

## Declaration

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

## Discussion

Discussion In a visionOS window or volume, or when using the virtual camera on any other platform, this space represents the center of the scene’s owning RealityView. When in a visionOS Immersive Space, or using the RealityViewCamera/worldTracking camera in iOS, the scene coordinate space is the ARKit world origin. note: This static type is equivalent to a SceneRealityCoordinateSpace instance.
