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