docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum MobilePopupPresentationType

    Same as PopupPresentationType but for Mobile explicitly.

    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    public enum MobilePopupPresentationType

    Fields

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

    FullScreenTakeOver

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

    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.

    Tray

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

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)