Class TilemapTypeEntryList
Editor list for displaying and editing tilemap type entries.
Inheritance
System.Object
TilemapTypeEntryList
Inherited Members
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public class TilemapTypeEntryList : ObjectTypeEntryList<TilemapType, TilemapTypeEntry, Tilemap>
Constructors
TilemapTypeEntryList(TilemapTypeList)
Declaration
public TilemapTypeEntryList(TilemapTypeList parentList)
Parameters
Type | Name | Description |
---|---|---|
TilemapTypeList | parentList |
Properties
EntryTypeNamePlural
Declaration
protected override string EntryTypeNamePlural { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
InsaneScatterbrain.MapGraph.Editor.ObjectTypeEntryList<InsaneScatterbrain.MapGraph.TilemapType, InsaneScatterbrain.MapGraph.TilemapTypeEntry, Tilemap>.EntryTypeNamePlural
EntryTypeNameSingular
Declaration
protected override string EntryTypeNameSingular { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
InsaneScatterbrain.MapGraph.Editor.ObjectTypeEntryList<InsaneScatterbrain.MapGraph.TilemapType, InsaneScatterbrain.MapGraph.TilemapTypeEntry, Tilemap>.EntryTypeNameSingular