Constructor DotsNodeSearcherItemData
DotsNodeSearcherItemData(Type, bool, Func<IPortModel, bool>, Func<IPortModel, bool>)
Declaration
public DotsNodeSearcherItemData(Type type, bool hideInGraphSearcher = false, Func<IPortModel, bool> canCreateFromOutput = null, Func<IPortModel, bool> canCreateFromInput = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | |
| bool | hideInGraphSearcher | |
| Func<IPortModel, bool> | canCreateFromOutput | |
| Func<IPortModel, bool> | canCreateFromInput |