{ "comment": "/**\n * Constants that identify shapes, mainly to prevent `instanceof` calls.\n *\n * @static\n * @constant\n * @name SHAPES\n * @memberof PIXI\n * @type {object}\n * @property {number} POLY Polygon\n * @property {number} RECT Rectangle\n * @property {number} CIRC Circle\n * @property {number} ELIP Ellipse\n * @property {number} RREC Rounded Rectangle\n */", "meta": { "range": [ 5927, 6272 ], "filename": "const.js", "lineno": 241, "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core", "code": {} }, "description": "Constants that identify shapes, mainly to prevent
", "scope": "static", "kind": "constant", "name": "SHAPES", "memberof": "PIXI", "type": { "names": [ "object" ] }, "properties": [ { "type": { "names": [ "number" ] }, "description": "instanceof
calls.Polygon
", "name": "POLY" }, { "type": { "names": [ "number" ] }, "description": "Rectangle
", "name": "RECT" }, { "type": { "names": [ "number" ] }, "description": "Circle
", "name": "CIRC" }, { "type": { "names": [ "number" ] }, "description": "Ellipse
", "name": "ELIP" }, { "type": { "names": [ "number" ] }, "description": "Rounded Rectangle
", "name": "RREC" } ], "longname": "PIXI.SHAPES", "___id": "T000002R007166", "___s": true, "filepath": "core\\const.js" }