Class ParametersEntryRegistry
Inheritance
System.Object
ParametersEntryRegistry
Implements
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public abstract class ParametersEntryRegistry : object, IEntryRegistry
Constructors
ParametersEntryRegistry(ScriptGraphParameters)
Declaration
protected ParametersEntryRegistry(ScriptGraphParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
ScriptGraphParameters | parameters |
Properties
Entries
Declaration
public ReadOnlyCollection<SearchTreeEntry> Entries { get; }
Property Value
Type | Description |
---|---|
ReadOnlyCollection<SearchTreeEntry> |
GroupTitle
Gets the title of the group entry for this set of parameters.
Declaration
protected abstract string GroupTitle { get; }
Property Value
Type | Description |
---|---|
System.String |
Paths
Declaration
public ReadOnlyCollection<string> Paths { get; }
Property Value
Type | Description |
---|---|
ReadOnlyCollection<System.String> |
Methods
Build()
Declaration
public void Build()
GetEntryData(IEnumerable<Type>, String)
Gets the entry data based on the given port types and parameter.
Declaration
protected abstract EntryData GetEntryData(IEnumerable<Type> portTypes, string parameterId)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Type> | portTypes | The port types. |
System.String | parameterId | The parameter's ID. |
Returns
Type | Description |
---|---|
EntryData | The parameter's entry data. |