Class InputParametersList
Editor list for displaying and editing input parameters.
Inheritance
object
InputParametersList
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public class InputParametersList : ParametersList
Constructors
InputParametersList(ScriptGraphParameters, ScriptGraphGraph)
Declaration
public InputParametersList(ScriptGraphParameters parameters, ScriptGraphGraph graph)
Parameters
Type | Name | Description |
---|---|---|
ScriptGraphParameters | parameters | |
ScriptGraphGraph | graph |
Properties
DefaultName
Gets the default name for a new item.
Declaration
protected override string DefaultName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InsaneScatterbrain.MapGraph.Editor.DataSetListBase<InsaneScatterbrain.ScriptGraph.ScriptGraphParameter>.DefaultName
LabelText
Gets the title text displayed in the list's label.
Declaration
protected override string LabelText { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InsaneScatterbrain.MapGraph.Editor.DataSetListBase<InsaneScatterbrain.ScriptGraph.ScriptGraphParameter>.LabelText
Types
Declaration
protected override IEnumerable<Type> Types { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><System.Type> |