mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-16 07:16:19 +00:00
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
|
|
*/ |