API Docs for: v0.1.0
Show:

ATLAS_FORMAT Class

Defined in: src\constants.js:91

The types of texture atlas file formats that the loader supports.

Item Index

Properties

Properties

JSON_ARRAY

String final static

Defined in src\constants.js:99

Represents the JSON Array export type of TexturePacker

Default: 'json_array'

JSON_HASH

String final static

Represents the JSON Hash export type of TexturePacker

Default: 'json_hash'

XML_STARLING

String final static

Represents the Starling XML format, this export type is supported by TexturePacker

Default: 'xml_starling'