Class for loading a texture. Unlike other loaders, this one emits events instead of using predefined callbacks. So if you're interested in getting notified when things happen, you need to add listeners to the object.
Adds a listener to an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Fire an event type.
Adds a listener to an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Begin loading from url
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.