Skip to content
TypeAliasAnimation & Atlases@public

FlxAtlasMeta

Third argument to link. - A string ending in .json (or whose content parses as JSON) → TexturePacker/Pixi JSON. - A string ending in .xml (or any other string) → TextureAtlas XML. - A FlxAtlasGridMeta object → uniform fixed-size grid.

ts
export type FlxAtlasMeta = string | FlxAtlasGridMeta

Released under the MIT License.