Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public Action<Object> trackingHandler { get; }

Remarks

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