Enum CinemachineGroupFraming.LateralAdjustmentModes
How to adjust the camera to get the desired horizontal and vertical framing
Namespace: Unity.Cinemachine
Syntax
public enum LateralAdjustmentModes
Fields
| Name | Description | Value |
|---|---|---|
| ChangePosition | Do not rotate the camera to reframe, only change the position. |
0 |
| ChangeRotation | Rotate the camera to reframe, do not change the position. |
1 |