flags
Search view flags used to open the Object Picker in various states.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Search
- Assembly: UnityEngine.CoreModule
public SearchViewFlags flags { get; }
Remarks
The following example will open the Object Picker window using the compact list view and include packages results.
Examples
[SearchContext("", "adb", SearchViewFlags.Packages | SearchViewFlags.CompactView)]public MonoScript myPackageScript;