DropdownMenuAction(string, Action<DropdownMenuAction>, Func<DropdownMenuAction, Status>, object)
Initializes a menu action with specified parameters.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
DropdownMenuAction(string, Action<DropdownMenuAction>, Func<DropdownMenuAction, Status>, Object)
public DropdownMenuAction(string actionName, Action<DropdownMenuAction> actionCallback, Func<DropdownMenuAction, DropdownMenuAction.Status> actionStatusCallback, object userData = null)
Parameters
The path and name of the menu item. Use the path, delimited by forward slashes ('/'), to place the menu item within a submenu.
The action to execute when the menu item is selected.
The function called to determine if the menu item is enabled.
The object to store in the property.
userData