# ICameraLensData

> Implements this interface on a Viewpoint<T> to define a camera frustum when a Viewpoint is enabled in the Cameras Overlay.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public interface ICameraLensData
```

## Remarks

These fields can be modified in the Scene view:

* Field of View
* Orthographic mode
* Orthographic size

## Properties

| Property                                                                                                      | Description                                                                                                          |
| ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| [FarClipPlane](/engine/6000.5/script-reference/unityeditor/icameralensdata/farclipplane.md)                   | Maps to [Camera.farClipPlane](/engine/6000.5/script-reference/unityengine/camera/farclipplane.md).                   |
| [FieldOfView](/engine/6000.5/script-reference/unityeditor/icameralensdata/fieldofview.md)                     | Maps to [Camera.fieldOfView](/engine/6000.5/script-reference/unityengine/camera/fieldofview.md).                     |
| [FocalLength](/engine/6000.5/script-reference/unityeditor/icameralensdata/focallength.md)                     | Maps to [Camera.focalLength](/engine/6000.5/script-reference/unityengine/camera/focallength.md).                     |
| [GateFit](/engine/6000.5/script-reference/unityeditor/icameralensdata/gatefit.md)                             | Maps to [Camera.gateFit](/engine/6000.5/script-reference/unityengine/camera/gatefit.md).                             |
| [LensShift](/engine/6000.5/script-reference/unityeditor/icameralensdata/lensshift.md)                         | Maps to [Camera.lensShift](/engine/6000.5/script-reference/unityengine/camera/lensshift.md).                         |
| [NearClipPlane](/engine/6000.5/script-reference/unityeditor/icameralensdata/nearclipplane.md)                 | Maps to [Camera.nearClipPlane](/engine/6000.5/script-reference/unityengine/camera/nearclipplane.md).                 |
| [Orthographic](/engine/6000.5/script-reference/unityeditor/icameralensdata/orthographic.md)                   | Maps to [Camera.orthographic](/engine/6000.5/script-reference/unityengine/camera/orthographic.md).                   |
| [OrthographicSize](/engine/6000.5/script-reference/unityeditor/icameralensdata/orthographicsize.md)           | Maps to [Camera.orthographicSize](/engine/6000.5/script-reference/unityengine/camera/orthographicsize.md).           |
| [SensorSize](/engine/6000.5/script-reference/unityeditor/icameralensdata/sensorsize.md)                       | Maps to [Camera.sensorSize](/engine/6000.5/script-reference/unityengine/camera/sensorsize.md).                       |
| [UsePhysicalProperties](/engine/6000.5/script-reference/unityeditor/icameralensdata/usephysicalproperties.md) | Maps to [Camera.usePhysicalProperties](/engine/6000.5/script-reference/unityengine/camera/usephysicalproperties.md). |
