This version of Unity is unsupported.

AdvancedObjectSelectorParameters.trackingHandler

public Action<Object> trackingHandler;

Description

Function to call when tracking the selection in the advanced Object Selector. Only available during AdvancedObjectSelectorEventType.OpenAndSearch.

This function takes a single parameter: the object to track, or null to clear the selection.