Interface IFilterUI
Implementors receive a filtered list of types found
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface IFilterUI
Properties
filterList
The filter list provided
Declaration
List<string> filterList { set; }
Property Value
| Type | Description |
|---|---|
| List<String> |
searchQuery
The search query to be performed
Declaration
string searchQuery { get; }
Property Value
| Type | Description |
|---|---|
| String |