Where can I find more information about FlxTiledAsset?

14 views
Skip to first unread message

surashu

unread,
May 3, 2016, 8:00:55 PM5/3/16
to HaxeFlixel
I'm trying to figure out how to load the map (*.tmx) file I made in Tiled editor. I was following the example on the TiledEditor demo's source but when I made a new class extending TiledMap in FlashDevelop, it auto-filled in the public function new that accepts data:FlxTiledAsset. I looked it up because I got curious what it's for but the API page for it doesn't really have any information.

I want to know what it's about.

Dlean Jeans

unread,
May 4, 2016, 7:07:16 AM5/4/16
to HaxeFlixel
FlxTiledAsset is simply a String or an XML

typedefFlxTiledAsset

alias for OneOfTwo<StringXml>

Reply all
Reply to author
Forward
0 new messages