# Camera.FieldOfViewAxis

> Enumerates which axis to use when expressing the value for the field of view. The default value is Camera.FieldOfViewAxis.Vertical.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum Camera.FieldOfViewAxis
```

## Fields

| Value                                                                                          | Description                                |
| ---------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [Horizontal](/engine/6000.0/script-reference/unityengine/camera/fieldofviewaxis/horizontal.md) | Specifies the field of view as horizontal. |
| [Vertical](/engine/6000.0/script-reference/unityengine/camera/fieldofviewaxis/vertical.md)     | Specifies the field of view as vertical.   |
