This version of Unity is unsupported.

SearchUtils.ShowIconPicker

Declaration

public static void ShowIconPicker(Action<Texture2D,bool> iconSelectedHandler);

Parameters

iconSelectedHandler Select handler invoked if the user selects an icon.

Description

Opens a search picker to select an icon.

In example, this API is used to select search query icons. This API try to filter out texture that would be suitable as an icon.