Enum CinemachineGroupFraming.SizeAdjustmentModes
How to adjust the camera to get the desired framing size
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public enum CinemachineGroupFraming.SizeAdjustmentModes
Fields
Name | Description |
---|---|
DollyOnly | Just move the camera, don't change the FOV. |
DollyThenZoom | Move the camera as much as permitted by the ranges, then adjust the FOV if necessary to make the shot. |
ZoomOnly | Do not move the camera, only adjust the FOV. |