Class OutputParametersList
Editor list for displaying and editing output parameters.
Inheritance
OutputParametersList
Syntax
public class OutputParametersList : ParametersList
Constructors
OutputParametersList(ScriptGraphParameters, ScriptGraphGraph)
Declaration
public OutputParametersList(ScriptGraphParameters parameters, ScriptGraphGraph graph)
Parameters
Properties
DefaultName
Declaration
protected override string DefaultName { get; }
Property Value
Overrides
LabelText
Declaration
protected override string LabelText { get; }
Property Value
Overrides
Types
Gets the types available to create parameters for.
Declaration
protected override IEnumerable<Type> Types { get; }
Property Value
Overrides