# fieldOfView

> The height of the view angle for the SceneView Camera. Measured in degrees vertically, or along the local Y axis.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public float fieldOfView { get; set; }
```

### Remarks

This property is an aspect neutral field of view (FOV). Use with [\_size](/engine/6000.7/script-reference/unityeditor/sceneview/size.md) to calculate the actual FOV.
