Class TilemapTypeList
Editor list for displaying and editing tilemap types.
Inheritance
TilemapTypeList
Syntax
public class TilemapTypeList : ObjectTypeSetList<TilemapType, TilemapTypeEntry, Tilemap>
Constructors
TilemapTypeList(TilemapSet)
Declaration
public TilemapTypeList(TilemapSet tilemapSet)
Parameters
Properties
DefaultName
Gets the default name for a new item.
Declaration
protected override string DefaultName { get; }
Property Value
Overrides
LabelText
Gets the title text displayed in the list's label.
Declaration
protected override string LabelText { get; }
Property Value
Overrides
ObjectTypeEntryList
Declaration
protected override ObjectTypeEntryList<TilemapType, TilemapTypeEntry, Tilemap> ObjectTypeEntryList { get; }
Property Value
Overrides
Methods
New(string)
Declaration
protected override TilemapType New(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Overrides