Enum LensSettings.OverrideModes
This enum controls how the Camera settings are driven. Some settings can be pulled from the main camera, or pushed to it, depending on these values.
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public enum LensSettings.OverrideModes
Fields
| Name | Description |
|---|---|
| None | Perspective/Ortho, IsPhysical will not be changed in Unity Camera. This is the default setting. |
| Orthographic | Orthographic projection mode will be pushed to the Unity Camera |
| Perspective | Perspective projection mode will be pushed to the Unity Camera |
| Physical | A physically-modeled Perspective projection type will be pushed to the Unity Camera |