Class InputParametersEntryRegistry
Implements
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public class InputParametersEntryRegistry : ParametersEntryRegistry, IEntryRegistryConstructors
InputParametersEntryRegistry(ScriptGraphParameters)
Declaration
public InputParametersEntryRegistry(ScriptGraphParameters parameters)Parameters
| Type | Name | Description | 
|---|---|---|
| ScriptGraphParameters | parameters | 
Properties
GroupTitle
Gets the title of the group entry for this set of parameters.
Declaration
protected override string GroupTitle { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
GetEntryData(IEnumerable<Type>, string)
Gets the entry data based on the given port types and parameter.
Declaration
protected override EntryData GetEntryData(IEnumerable<Type> portTypes, string parameterId)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<Type> | portTypes | The port types. | 
| string | parameterId | The parameter's ID. | 
Returns
| Type | Description | 
|---|---|
| EntryData | The parameter's entry data. |