{ "comment": "/**\n * The wrap modes that are supported by pixi.\n *\n * The {@link PIXI.settings.WRAP_MODE} wrap mode affects the default wraping mode of future operations.\n * It can be re-assigned to either CLAMP or REPEAT, depending upon suitability.\n * If the texture is non power of two then clamp will be used regardless as webGL can\n * only use REPEAT if the texture is po2.\n *\n * This property only affects WebGL.\n *\n * @static\n * @constant\n * @name WRAP_MODES\n * @memberof PIXI\n * @type {object}\n * @property {number} CLAMP - The textures uvs are clamped\n * @property {number} REPEAT - The texture uvs tile and repeat\n * @property {number} MIRRORED_REPEAT - The texture uvs tile and repeat with mirroring\n */", "meta": { "range": [ 3366, 4066 ], "filename": "const.js", "lineno": 155, "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core", "code": {} }, "description": "The wrap modes that are supported by pixi.
\nThe {@link PIXI.settings.WRAP_MODE} wrap mode affects the default wraping mode of future operations.
\n
It can be re-assigned to either CLAMP or REPEAT, depending upon suitability.
If the texture is non power of two then clamp will be used regardless as webGL can
only use REPEAT if the texture is po2.This property only affects WebGL.
", "scope": "static", "kind": "constant", "name": "WRAP_MODES", "memberof": "PIXI", "type": { "names": [ "object" ] }, "properties": [ { "type": { "names": [ "number" ] }, "description": "The textures uvs are clamped
", "name": "CLAMP" }, { "type": { "names": [ "number" ] }, "description": "The texture uvs tile and repeat
", "name": "REPEAT" }, { "type": { "names": [ "number" ] }, "description": "The texture uvs tile and repeat with mirroring
", "name": "MIRRORED_REPEAT" } ], "longname": "PIXI.WRAP_MODES", "___id": "T000002R007147", "___s": true, "filepath": "core\\const.js" }