CinemachineFramingTransposer.AdjustmentMode Enumeration

Cinemachine

CinemachineFramingTransposerAdjustmentMode Enumeration

How to adjust the camera to get the desired framing

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum AdjustmentMode
Cinemachine.AdjustmentMode = function();
Cinemachine.AdjustmentMode.createEnum('Cinemachine.AdjustmentMode', false);
Members
  Member nameValueDescription
ZoomOnly0Do not move the camera, only adjust the FOV.
DollyOnly1Just move the camera, don't change the FOV.
DollyThenZoom2Move the camera as much as permitted by the ranges, then adjust the FOV if necessary to make the shot.
See Also