FieldOfViewToFocalLength(float, float)
Converts field of view to focal length. Use either sensor height and vertical field of view or sensor width and horizontal field of view.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static float FieldOfViewToFocalLength(float fieldOfView, float sensorSize)
Parameters
Returns
Type | Description |
|---|---|
| float | Focal length in millimeters. |