ShowIconPicker(Action<Texture2D, bool>)
Opens a search picker to select an icon.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static void ShowIconPicker(Action<Texture2D, bool> iconSelectedHandler)
Parameters
Select handler invoked if the user selects an icon.
Remarks
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.