Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum Camera.FieldOfViewAxis

Fields

Value

Description

HorizontalSpecifies the field of view as horizontal.
VerticalSpecifies the field of view as vertical.