Cinemachine
![]() | CinemachineGroupComposerFramingMode Enumeration |
What screen dimensions to consider when framing
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)

[DocumentationSortingAttribute(4.01f, DocumentationSortingAttributeLevel.UserRef)] public enum FramingMode
Cinemachine.FramingMode = function(); Cinemachine.FramingMode.createEnum('Cinemachine.FramingMode', false);

Member name | Value | Description | |
---|---|---|---|
Horizontal | 0 | Consider only the horizontal dimension. Vertical framing is ignored. | |
Vertical | 1 | Consider only the vertical dimension. Horizontal framing is ignored. | |
HorizontalAndVertical | 2 | The larger of the horizontal and vertical dimensions will dominate, to get the best fit. |
