MapFormat.addTileInfo

Adds TileInfo to a TileLayer. Joins together multiple chunks with the same source identifier. (should be a path)

  1. void addTileInfo(int pri, TileInfo[] list, string source, string dpkSource)
    class MapFormat
    @trusted
    void
    addTileInfo
    (
    int pri
    ,,
    string source
    ,
    string dpkSource = null
    )
  2. void addTileInfo(int pri, Tag t, string source, string dpkSource)

Meta