Copyright (c) 2013 by Samuel Batista (original by Matt Tuttle based on Thomas Jahn's. Haxe port by Adrien Fischer) This content is released under the MIT License.
Constructor
new(data:FlxTiledMapAsset, ?rootPath:String)
Parameters:
data | Either a string or XML object containing the Tiled map data |
---|---|
rootPath | Path to use as root to resolve any internal file references |
Variables
tilesetArray:Array<TiledTileSet> = []
Use for iterating over tilesets, and for merging tilesets (because order is important)
Methods
getGidOwner(gid:Int):TiledTileSet
works only after TiledTileSet has been initialized with an image...