java.lang.Object
de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyProvider
de.gurkenlabs.litiengine.environment.tilemap.xml.TilesetEntry
All Implemented Interfaces:
ICustomPropertyProvider, ITilesetEntry

public class TilesetEntry extends CustomPropertyProvider implements ITilesetEntry
  • Constructor Details

    • TilesetEntry

      public TilesetEntry()
      Instantiates a new TilesetEntry.
    • TilesetEntry

      public TilesetEntry(Tileset tileset, int id)
      Instantiates a new TilesetEntry from the specified tileset.
      Parameters:
      tileset - The tileset that contains this entry.
      id - The identifier of this instance.
  • Method Details