AdvancedObjectSelectorParameters
Struct containing the different parameters passed to the advanced object selector.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor.CoreModule
public readonly struct AdvancedObjectSelectorParameters
Remarks
Not all properties are set for each AdvancedObjectSelectorEventType.
Properties
Property | Description |
|---|---|
| context | The search context. |
| searchFilter | Search filter to use. Only available during AdvancedObjectSelectorEventType.SetSearchFilter. |
| selectorClosedHandler | Function to call when the advanced Object Selector is closed. Only available during AdvancedObjectSelectorEventType.OpenAndSearch. |
| trackingHandler | Function to call when tracking the selection in the advanced Object Selector. Only available during AdvancedObjectSelectorEventType.OpenAndSearch. |