trackingHandler
External handler triggered each time the user clicks on an item in the search view.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public Action<SearchItem> trackingHandler { get; set; }
Remarks
In example, this handler can be used to ping a corresponding object in the project browser.