Class TilemapTypeList
Editor list for displaying and editing tilemap types.
Inheritance
System.Object
TilemapTypeList
Inherited Members
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public class TilemapTypeList : ObjectTypeSetList<TilemapType, TilemapTypeEntry, Tilemap>
Constructors
TilemapTypeList(TilemapSet)
Declaration
public TilemapTypeList(TilemapSet tilemapSet)
Parameters
Type | Name | Description |
---|---|---|
TilemapSet | tilemapSet |
Properties
DefaultName
Declaration
protected override string DefaultName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
InsaneScatterbrain.MapGraph.Editor.DataSetListBase<InsaneScatterbrain.MapGraph.TilemapType>.DefaultName
LabelText
Declaration
protected override string LabelText { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
InsaneScatterbrain.MapGraph.Editor.DataSetListBase<InsaneScatterbrain.MapGraph.TilemapType>.LabelText
ObjectTypeEntryList
Declaration
protected override ObjectTypeEntryList<TilemapType, TilemapTypeEntry, Tilemap> ObjectTypeEntryList { get; }
Property Value
Type | Description |
---|---|
ObjectTypeEntryList<TilemapType, TilemapTypeEntry, Tilemap> |
Overrides
InsaneScatterbrain.MapGraph.Editor.ObjectTypeSetList<InsaneScatterbrain.MapGraph.TilemapType, InsaneScatterbrain.MapGraph.TilemapTypeEntry, Tilemap>.ObjectTypeEntryList
Methods
New(String)
Declaration
protected override TilemapType New(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
TilemapType |
Overrides
InsaneScatterbrain.MapGraph.Editor.DataSetList<InsaneScatterbrain.MapGraph.TilemapType>.New(System.String)