Interface IActionsMenu | Unity Reflect | 1.0.0-preview.11
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IActionsMenu

    Decorates a class that wants to receive menu actions

    Inherited Members
    IMenu.menuHideFlags
    IMenu.gameObject
    IMenu.menuContent
    IMenu.localBounds
    IMenu.priority
    Namespace: UnityEditor.Experimental.EditorVR
    Syntax
    public interface IActionsMenu : IMenu

    Properties

    menuActions

    Collection of actions that can be performed

    Declaration
    List<ActionMenuData> menuActions { set; }
    Property Value
    Type Description
    List<ActionMenuData>

    Events

    itemWasSelected

    Delegate called when any item was selected in the alternate menu

    Declaration
    event Action<Transform> itemWasSelected
    Event Type
    Type Description
    Action<Transform>
    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