Enum CinemachineGroupComposer.FramingMode
What screen dimensions to consider when framing
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
public enum CinemachineGroupComposer.FramingMode
필드
| 이름 | 설명 |
|---|---|
| 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. |
| Vertical | Consider only the vertical dimension. Horizontal framing is ignored. |