docs.unity3d.com
    Show / Hide Table of Contents

    Enum MobilePopupPresentationType

    Same as PopupPresentationType but for Mobile explicitly.

    Namespace: Unity.AppUI.UI
    Syntax
    public enum MobilePopupPresentationType

    Fields

    Name Description Value
    Modal

    Modal Dialogs create an underlay that blocks access to the underlying user interface until the Dialog is closed. Sizing options can be found on the Dialog page. Focus is trapped inside the Modal.


    0
    Tray

    Tray Dialogs are typically used to portray information on mobile devices or smaller screens.


    1
    FullScreen

    Fullscreen Dialogs are a fullscreen variant of the Modal Dialog, only revealing a small portion of the page behind the underlay. Use this variant for more complex workflows that do not fit in the available Modal Dialog sizes. This variant does not support dismissible.


    2
    FullScreenTakeOver

    Fullscreen takeover Dialogs are similar to the fullscreen variant except that the Dialog covers the entire screen.


    3
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023