trackingHandler
Function to call when tracking the selection in the advanced Object Selector. Only available during AdvancedObjectSelectorEventType.OpenAndSearch.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor.CoreModule
public Action<Object> trackingHandler { get; }
Remarks
This function takes a single parameter: the object to track, or null to clear the selection.