View source
typedef AseAtlasMeta
package flixel.graphics.atlas
import flixel.graphics.atlas.AseAtlas
Available on all platforms
Metadata attached to aseprite's atlas json, containing info about how the .aseprite file was set up.
Fields
optionalslices:Null<Array<AseAtlasSlice>>
A list of rects, 9-slices and pivots used in the Aseprite file, to be used however you desire
optionallayers:Null<Array<AseAtlasLayer>>
A list of the layers used in the Aseprite file, to be used however you desire
optionalimage:Null<String>
* The png file exported with this json, if one was
*
* Note: Does not contain the relative filepath of that image (as of Aseprite 1.3-rc4)