Interface ISearchFilter
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public interface ISearchFilter
Properties
Title
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Check(SearchTreeEntry)
Declaration
bool Check(SearchTreeEntry tree)
Parameters
Type | Name | Description |
---|---|---|
SearchTreeEntry | tree |
Returns
Type | Description |
---|---|
bool |