Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


fieldOfView

The height of the view angle for the SceneView Camera. Measured in degrees vertically, or along the local Y axis.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public float fieldOfView { get; set; }

Remarks

This property is an aspect neutral field of view (FOV). Use with _size to calculate the actual FOV.