Class TileType
A collection of tile entries.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[Serializable]
public class TileType : ObjectType<TileTypeEntry, TileBase>, IObjectType<TileTypeEntry, TileBase>, IDataSetItem
Constructors
TileType(string)
Declaration
public TileType(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
OpenEntries
A less restricted collection of the entries for protected use.
Declaration
protected override List<TileTypeEntry> OpenEntries { get; }
Property Value
Type | Description |
---|---|
List<TileTypeEntry> |
Overrides
Methods
NewEntry()
Creates and returns an entry for this object type.
Declaration
protected override TileTypeEntry NewEntry()
Returns
Type | Description |
---|---|
TileTypeEntry | The new entry. |