Version: 2020.1
언어: 한국어
public void AppendAction (string actionName, Action<DropdownMenuAction> action, Func<DropdownMenuAction,Status> actionStatusCallback, object userData);
public void AppendAction (string actionName, Action<DropdownMenuAction> action, UIElements.DropdownMenuAction.Status status);

파라미터

actionName Name of the item. This name will be displayed in the drop-down menu.
action Callback to execute when the user selects this item in the menu.
actionStatusCallback Callback to execute to determine the status of the item.
userData An object that will be stored in the userData property of the DropdownMenuAction item.
status The status of the item.

설명

Add an item that will execute an action in the drop-down menu. The item is added at the end of the current item list.