---
title: fieldOfViewOrientation
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/perspectivecameracomponent/fieldofvieworientation
---

# fieldOfViewOrientation

The orientation with which the system uses to apply the field-of-view degrees.

## Declaration

```swift
var fieldOfViewOrientation: CameraFieldOfViewOrientation
```

## Discussion

Discussion The value of this property determines the orientation that the system uses to apply the fieldOfViewInDegrees value. This property defaults to CameraFieldOfViewOrientation.vertical.

## See Also

### Setting the field of view

- [fieldOfViewInDegrees](realitykit/perspectivecameracomponent/fieldofviewindegrees.md)
