{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method AddAction | App UI | 0.6.5
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddAction

    AddAction(int, string, string, EventCallback<ClickEvent>)

    Add an Action menu item to the current menu.

    Declaration
    public MenuBuilder AddAction(int actionId, string labelStr, string iconName, EventCallback<ClickEvent> callback)
    Parameters
    Type Name Description
    int actionId

    A unique identifier for the action.

    string labelStr

    The raw label of the menu item (will be localized).

    string iconName

    The icon of the menu item.

    EventCallback<ClickEvent> callback

    The callback to invoke when the menu item is clicked.

    Returns
    Type Description
    MenuBuilder

    The MenuBuilder instance.

    AddAction(int, string, string, string, EventCallback<ClickEvent>)

    Add an Action menu item to the current menu.

    Declaration
    public MenuBuilder AddAction(int actionId, string labelStr, string iconName, string shortcut, EventCallback<ClickEvent> callback)
    Parameters
    Type Name Description
    int actionId

    A unique identifier for the action.

    string labelStr

    The raw label of the menu item (will be localized).

    string iconName

    The icon of the menu item.

    string shortcut

    The shortcut of the menu item.

    EventCallback<ClickEvent> callback

    The callback to invoke when the menu item is clicked.

    Returns
    Type Description
    MenuBuilder

    The MenuBuilder instance.

    AddAction(int, Action<MenuItem>)

    Add an Action menu item to the current menu.

    Declaration
    public MenuBuilder AddAction(int actionId, Action<MenuItem> bindItemFunc)
    Parameters
    Type Name Description
    int actionId

    A unique identifier for the action.

    Action<MenuItem> bindItemFunc

    A callback to bind the action.

    Returns
    Type Description
    MenuBuilder

    The MenuBuilder instance.

    In This Article
    Back to top
    Copyright © 2023 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)