docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDismissInvocator

    Interface that must be implemented by any UI component which wants to request a Dismiss(DismissType) if this component is displayed inside a Popup component.

    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    public interface IDismissInvocator

    Events

    dismissRequested

    Event triggered when the UI component wants to request a Dismiss(DismissType)

    Declaration
    event Action<DismissType> dismissRequested
    Event Type
    Type Description
    Action<DismissType>
    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)