Camera.FieldOfViewAxis
Enumerates which axis to use when expressing the value for the field of view. The default value is Camera.FieldOfViewAxis.Vertical.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum Camera.FieldOfViewAxis
Fields
Value | Description |
|---|---|
| Horizontal | Specifies the field of view as horizontal. |
| Vertical | Specifies the field of view as vertical. |