ProjectSearchEngineAttribute
A class attribute that registers Project search engines automatically. Search engines with this attribute must implement the IProjectSearchEngine interface.
Read time 3 minutesLast updated 12 days ago
Definition
- Type: Class
- Namespace: UnityEditor.SearchService
- Assembly: UnityEditor.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Class)]public class ProjectSearchEngineAttribute : Attribute