Enum CinemachineFramingTransposer.FramingMode
What screen dimensions to consider when framing
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public enum CinemachineFramingTransposer.FramingMode
Fields
Name | Description |
---|---|
Horizontal | Consider only the horizontal dimension. Vertical framing is ignored. |
HorizontalAndVertical | The larger of the horizontal and vertical dimensions will dominate, to get the best fit. |
None | Don't do any framing adjustment |
Vertical | Consider only the vertical dimension. Horizontal framing is ignored. |