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

# availableViewingModes

The currently valid viewing modes for the image being presented.

```
var availableViewingModes: Set<ImagePresentationComponent.ViewingMode> { get }
```

## Discussion> Note: This property returns the set of modes that are *currently* available.
> The returned set of modes will not contain spatial 3D viewing modes
> if the component is presenting a `Spatial3DImage`
> that has not yet generated its spatial 3D representation.

---

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)