Files
JiboOs/docs/rendering/animation/Shapes.js
2026-03-16 13:53:01 +02:00

12 lines
302 B
JavaScript

/**
* The object returned by the ShapesTask.
* @class Shapes
* @memberof jibo.rendering.animation
* @param {String} id ID for the shapes.
* @param {Array<Array>} shapes Collection of shapes.
*/
/**
* Destroys shapes object.
* @method jibo.rendering.animation.Shapes#destroy
*/