forked from Jibo-Revival-Group/JiboOs
12 lines
302 B
JavaScript
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
|
|
*/ |