Class OutputParametersEntryRegistry
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public class OutputParametersEntryRegistry : ParametersEntryRegistry, IEntryRegistry
Constructors
OutputParametersEntryRegistry(ScriptGraphParameters)
Declaration
public OutputParametersEntryRegistry(ScriptGraphParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
ScriptGraphParameters | parameters |
Properties
GroupTitle
Declaration
protected override string GroupTitle { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetEntryData(IEnumerable<Type>, string)
Declaration
protected override EntryData GetEntryData(IEnumerable<Type> portTypes, string parameterId)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T><System.Type> | portTypes | |
string | parameterId |
Returns
Type | Description |
---|---|
EntryData |