docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineStoryboard.FillStrategy

    How to fit the image in the frame, in the event that the aspect ratios don't match

    Namespace: Cinemachine
    Syntax
    public enum FillStrategy

    Fields

    Name Description Value
    BestFit

    Image will be as large as possible on the screen, without being cropped

    CropImageToFit

    Image will be cropped if necessary so that the screen is entirely filled

    StretchToFit

    Image will be stretched to cover any aspect mismatch with the screen

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