Struct CinemachineBrain.LensModeOverrideSettings
Defines the settings for Lens Mode overriding.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[Serializable]
public struct CinemachineBrain.LensModeOverrideSettings
Fields
DefaultMode
Lens mode to use when no mode override is active.
Declaration
[Tooltip("Lens mode to use when no mode override is active")]
public LensSettings.OverrideModes DefaultMode
Field Value
| Type | Description |
|---|---|
| LensSettings.OverrideModes |
Enabled
If set, enables CinemachineCameras to override the lens mode of the camera.
Declaration
[Tooltip("If set, enables CinemachineCameras to override the lens mode of the camera")]
public bool Enabled
Field Value
| Type | Description |
|---|---|
| bool |