Cinemachine
CinemachineGroupComposerAdjustmentMode 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 name | Value | Description | |
---|---|---|---|
ZoomOnly | 0 | Do not move the camera, only adjust the FOV. | |
DollyOnly | 1 | Just move the camera, don't change the FOV. | |
DollyThenZoom | 2 | Move the camera as much as permitted by the ranges, then adjust the FOV if necessary to make the shot. |
See Also