ICameraLensData
Implements this interface on a Viewpoint<T> to define a camera frustum when a Viewpoint is enabled in the Cameras Overlay.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Interface
- Namespace: UnityEditor
- Assembly: UnityEditor
public interface ICameraLensData
Remarks
These fields can be modified in the Scene view:
- Field of View
- Orthographic mode
- Orthographic size
Properties
Property | Description |
|---|---|
| FarClipPlane | Maps to Camera.farClipPlane. |
| FieldOfView | Maps to Camera.fieldOfView. |
| FocalLength | Maps to Camera.focalLength. |
| GateFit | Maps to Camera.gateFit. |
| LensShift | Maps to Camera.lensShift. |
| NearClipPlane | Maps to Camera.nearClipPlane. |
| Orthographic | Maps to Camera.orthographic. |
| OrthographicSize | Maps to Camera.orthographicSize. |
| SensorSize | Maps to Camera.sensorSize. |
| UsePhysicalProperties | Maps to Camera.usePhysicalProperties. |