SpineTextureLoader Class
Supporting class to load images from spine atlases as per spine spec.
Constructor
SpineTextureLoader
-
basePath -
crossorigin
Parameters:
-
basePathStringTha base path where to look for the images to be loaded
-
crossoriginBoolWhether requests should be treated as crossorigin
Methods
emit
-
eventName -
data
Emit an event to all registered event listeners.
Parameters:
-
eventNameStringThe name of the event.
-
dataDynamic
Returns:
Indication if we've emitted an event.
listeners
-
eventName
Return a list of assigned event listeners.
Parameters:
-
eventNameStringThe events that should be listed.
Returns:
An array of listener functions
load
-
page -
file
Starts loading a base texture as per spine specification
Parameters:
-
pagespine.AtlasPageAtlas page to which texture belongs
-
fileStringThe file to load, this is just the file path relative to the base path configured in the constructor
off
-
eventName -
callback
Remove event listeners.
on
-
eventName -
callback
Register a new EventListener for the given event.
Parameters:
-
eventNameStringName of the event.
-
callbackFunctonCallback function.
once
-
eventName -
callback
Add an EventListener that's only called once.
removeAllListeners
-
eventName
Remove all listeners or only the listeners for the specified event.
Parameters:
-
eventNameStringThe event you want to remove all listeners for.
unload
-
texture
Unloads a previously loaded texture as per spine specification
Parameters:
-
textureBaseTextureTexture object to destroy
