<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ImagePresentationComponent/presentationScreenSize",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation26ImagePresentationComponentV22presentationScreenSizes5SIMD2VySfGvp"
  },
  "title" : "presentationScreenSize"
}
-->

# presentationScreenSize

The size of the screen presenting the image,
with the format [width, height] in meters.

```
var presentationScreenSize: SIMD2<Float> { get }
```

## Discussion

For immersive viewing modes (`.spatialStereoImmersive` and `.spatial3DImmersive`),
this property represents the screen size of the non-immersive version of that mode
(`.spatialStereo` and `.spatial3D` respectively).

This property is expressed relative to the local coordinate space
of the entity the `ImagePresentationComponent` is assigned to.
To calculate the size of the screen in world coordinate space,
multiply `presentationScreenSize` by the entity’s world scale.

---

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)