Class SearchSelectorAttribute
Implements
Inherited Members
Namespace: UnityEditor.Search
Assembly: com.unity.quicksearch.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class SearchSelectorAttribute : Attribute, _Attribute
Constructors
SearchSelectorAttribute(string, int, string, bool)
Declaration
public SearchSelectorAttribute(string pattern, int priority = 100, string provider = null, bool printable = true)
Parameters
Type | Name | Description |
---|---|---|
string | pattern | |
int | priority | |
string | provider | |
bool | printable |