Class TileTypeList
Editor list for displaying and editing tile types.
Syntax
public class TileTypeList : ObjectTypeSetList<TileType, TileTypeEntry, TileBase>
Constructors
TileTypeList(Tileset)
Declaration
public TileTypeList(Tileset tileset)
Parameters
Type |
Name |
Description |
Tileset |
tileset |
|
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<TileType, TileTypeEntry, TileBase> ObjectTypeEntryList { get; }
Property Value
Overrides
Methods
New(string)
Declaration
protected override TileType New(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Overrides