Class PortFilter
Search filter that filters out entries that aren't compatible with the provided port.
Implements
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public class PortFilter : ISearchFilter
Constructors
PortFilter(ScriptGraphPort)
Declaration
public PortFilter(ScriptGraphPort port)
Parameters
Type | Name | Description |
---|---|---|
ScriptGraphPort | port |
Properties
Title
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Check(SearchTreeEntry)
Declaration
public bool Check(SearchTreeEntry entry)
Parameters
Type | Name | Description |
---|---|---|
SearchTreeEntry | entry |
Returns
Type | Description |
---|---|
bool |