Enum SearchHandlerType
Available search handler modes.
Namespace: Unity.Properties.UI
Assembly: Unity.Properties.UI.Editor.dll
Syntax
public enum SearchHandlerType
Fields
| Name | Description |
|---|---|
| async | The search handler will perform the filtering asynchronously. |
| sync | The search handler will perform the filtering synchronously. |