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.


    0
    Vertical

    Consider only the vertical dimension. Horizontal framing is ignored.


    1
    HorizontalAndVertical

    The larger of the horizontal and vertical dimensions will dominate, to get the best fit.


    2
    None

    Don't do any framing adjustment


    3
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 8, 2023