Struct LensSettings.PhysicalSettings
These are settings that are used only if IsPhysicalCamera is true.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
[Serializable]
[Tooltip("These are settings that are used only if IsPhysicalCamera is true")]
public struct LensSettings.PhysicalSettings
Fields
| Name | Description |
|---|---|
| Anamorphism | Stretches the sensor to simulate an anamorphic look. Positive values distort the camera vertically, negative values distore the camera horizontally |
| Aperture | The aperture number, in f-stop |
| BarrelClipping | The strength of the "cat-eye" effect on bokeh (optical vignetting) |
| BladeCount | The number of diaphragm blades |
| Curvature | Maps an aperture range to blade curvature |
| FocusDistance | Distance from the camera lens at which focus is sharpest. |
| GateFit | How the image is fitted to the sensor if the aspect ratios differ |
| Iso | The sensor sensitivity (ISO) |
| LensShift | Position of the gate relative to the film back |
| SensorSize | This is the actual size of the image sensor (in mm). |
| ShutterSpeed | The exposure time, in seconds |