Home

function: createIndicesForQuads


createIndicesForQuads(size: number): Uint16Array

Generic Mask Stack data structure

Params:

Name Type Attribute Description
size

Number of quads

Returns:

Uint16Array

  {
    "comment": "/**\n * Generic Mask Stack data structure\n *\n * @memberof PIXI\n * @function createIndicesForQuads\n * @private\n * @param {number} size - Number of quads\n * @return {Uint16Array} indices\n */",
    "meta": {
        "range": [
            0,
            187
        ],
        "filename": "createIndicesForQuads.js",
        "lineno": 1,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core\\utils",
        "code": {}
    },
    "description": "

Generic Mask Stack data structure

", "memberof": "PIXI", "kind": "function", "name": "createIndicesForQuads", "access": "private", "params": [ { "type": { "names": [ "number" ] }, "description": "

Number of quads

", "name": "size" } ], "returns": [ { "type": { "names": [ "Uint16Array" ] }, "description": "

indices

" } ], "scope": "static", "longname": "PIXI.createIndicesForQuads", "___id": "T000002R004312", "___s": true, "filepath": "core\\utils\\createIndicesForQuads.js" }