Version: 2021.2
언어: 한국어

SearchActionConstructor

매뉴얼로 전환
public SearchAction (string providerId, string id, GUIContent content);
public SearchAction (string providerId, string id, GUIContent content, Action<SearchItem[]> handler);
public SearchAction (string providerId, string id, GUIContent content, Action<SearchItem> handler);
public SearchAction (string providerId, string name, Texture2D icon, string tooltip, Action<SearchItem[]> handler);
public SearchAction (string providerId, string name, Texture2D icon, string tooltip, Action<SearchItem> handler);
public SearchAction (string providerId, string name, Texture2D icon, string tooltip);

파라미터

id Unique action id used to find it back later.
providerId The search provider ID that supports this action.
content Displays the displayname, an icon, and a tooltip when displaying the action in the Action Menu.
handler Handler that executes the action.
name Label name when displaying the action in the Action Menu.
icon Icon for the action in the Action Menu.
tooltip Tooltip associated with the action when displayed in the Action Menu.

설명

Default constructor to build a search action.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961