Struct SearchConfig
Struct for configuring a search.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Editor.Search
Assembly: cs.temp.dll.dll
Syntax
public struct SearchConfig
Fields
Keywords
Declaration
public HashSet<string> Keywords
Field Value
Type | Description |
---|---|
HashSet<String> |
RequireAllKeywords
Declaration
public bool RequireAllKeywords
Field Value
Type | Description |
---|---|
Boolean |
SearchFieldContent
Declaration
public bool SearchFieldContent
Field Value
Type | Description |
---|---|
Boolean |
SearchFieldString
Declaration
public string SearchFieldString
Field Value
Type | Description |
---|---|
String |
SearchTooltips
Declaration
public bool SearchTooltips
Field Value
Type | Description |
---|---|
Boolean |