pixi.loaders.AtlasLoader
- type
- class
- extends
- pixi.utils.EventTarget
- metadata
- :native
- "PIXI.AtlasLoader"
Constructor
- parameters
url
{String} the url of the JSON file
[crossorigin]
{Bool}
- parameters
eventName
{String} The name of the event.
data
{Dynamic}
- returns
- {Bool} Indication if we've emitted an event.
- parameters
eventName
{String} The events that should be listed.
- returns
- {Array} An array of listener functions
- parameters
eventName
{String} The event we want to remove.
callback
{Function} The listener that we need to find.
- parameters
eventName
{String} Name of the event.
callback
{Functon} Callback function.
- parameters
eventName
{String} Name of the event.
callback
{Function} Callback function.
- parameters
eventName
{String} The event you want to remove all listeners for.