Class OutputParametersList
Editor list for displaying and editing output parameters.
Inheritance
object
OutputParametersList
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 OutputParametersList : ParametersList
Constructors
OutputParametersList(ScriptGraphParameters, ScriptGraphGraph)
Declaration
public OutputParametersList(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
Gets the types available to create parameters for.
Declaration
protected override IEnumerable<Type> Types { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><System.Type> |