ATLAS_FORMAT Class
The types of texture atlas file formats that the loader supports.
Item Index
Properties
- JSON_ARRAY static
- JSON_HASH static
- XML_STARLING static
Properties
JSON_ARRAY
String
final
static
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'