class flixel.util.loaders.TexturePackerData implements IFlxDestroyable
Available on all platforms
var asset:BitmapData
var assetName:String
var description:String
var frames:Array<TextureAtlasFrame>
function new(Description:String, AssetName:String):Void
Constructor * *
Name of the data file with atlas description *
Name of the atlas image file
function destroy():Void
Memory cleaning method
function parseData():Void
Data parsing method. * Override it in subclasses if you want to implement support for new atlas formats