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