Enum LensSettings.OverrideModes
This enum controls how the Camera seetings are driven. Some settings can be pulled from the main camera, or pushed to it, depending on these values.
Namespace: Cinemachine
Syntax
public enum OverrideModes
Fields
Name | Description | Value |
---|---|---|
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 |