Class PopupMenuUtils | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class PopupMenuUtils

    Inheritance
    System.Object
    PopupMenuUtils
    Namespace: Unity.UIWidgets.material
    Syntax
    public static class PopupMenuUtils

    Methods

    showMenu<T>(BuildContext, RelativeRect, List<PopupMenuEntry<T>>, T, Single)

    Declaration
    public static IPromise<object> showMenu<T>(BuildContext context, RelativeRect position, List<PopupMenuEntry<T>> items, T initialValue, float elevation = 8F)
    Parameters
    Type Name Description
    BuildContext context
    RelativeRect position
    System.Collections.Generic.List<PopupMenuEntry<T>> items
    T initialValue
    System.Single elevation
    Returns
    Type Description
    IPromise<System.Object>
    Type Parameters
    Name Description
    T
    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