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