/** * The object returned by the SpritesheetTask. * @class Spritesheet * @memberof jibo.rendering.animation * @param {PIXI.BaseTexture} baseTexture * @param {Object} frames The frames map * @param {Number} resolution The amount of scale */ /** * The collection of textures by name. * @name jibo.rendering.animation.Spritesheet#frames * @type {Object} */ /** * Destroys all the textures/frames of spritesheet. * @method jibo.rendering.animation.Spritesheet#destroy */