docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineFramingTransposer.FramingMode

    What screen dimensions to consider when framing

    Namespace: Cinemachine
    Syntax
    [DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
    public enum FramingMode

    Fields

    Name Description Value
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, August 31, 2022
    Terms of use