API Docs for: v0.1.0
Show:

FILE_FORMAT Class

Defined in: src\constants.js:51

The types of files that the loader supports for types that have multiple formats (like tilemaps).

Item Index

Properties

Properties

CSV

String final static

Defined in src\constants.js:79

Represents the csv file type

Default: 'csv'

JSON

String final static

Defined in src\constants.js:59

Represents the json file type

Default: 'json'

XML

String final static

Defined in src\constants.js:69

Represents the xml file type

Default: 'xml'