Class TilemapTypeEntryList
Editor list for displaying and editing tilemap type entries.
Inheritance
object
TilemapTypeEntryList
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 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 |
---|---|
string |
Overrides
InsaneScatterbrain.MapGraph.Editor.ObjectTypeEntryList<InsaneScatterbrain.MapGraph.TilemapType, InsaneScatterbrain.MapGraph.TilemapTypeEntry, UnityEngine.Tilemaps.Tilemap>.EntryTypeNamePlural
EntryTypeNameSingular
Declaration
protected override string EntryTypeNameSingular { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InsaneScatterbrain.MapGraph.Editor.ObjectTypeEntryList<InsaneScatterbrain.MapGraph.TilemapType, InsaneScatterbrain.MapGraph.TilemapTypeEntry, UnityEngine.Tilemaps.Tilemap>.EntryTypeNameSingular