API Docs for: 1.0.0
Show:

JsonLoader Class

Extends EventTarget
Module: PIXI

The json file loader is used to load in JSON data and parsing it When loaded this class will dispatch a "loaded" event If load failed this class will dispatch a "error" event

Constructor

JsonLoader

(
  • url
  • crossorigin
)

Parameters:

  • url String

    the url of the JSON file

  • crossorigin Boolean

Item Index