ObjectSelectorSearchEndSessionModes
A bit field that contains the different modes to end an Object Selector Search session.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor.CoreModule
[Flags]public enum ObjectSelectorSearchEndSessionModes
Fields
Value | Description |
|---|---|
| CloseSelector | The session is ending because the current object selector needs to be closed. |
| None | Default session ending mode. There is nothing to do except clean up your cached data. |