Home

function: exports


exports(graphicsData: PIXI.WebGLGraphicsData, webGLData: object): void

Builds a rounded rectangle to draw

Ignored from docs since it is not directly exposed.

Params:

Name Type Attribute Description
graphicsData

The graphics object containing all the necessary properties

webGLData

an object containing all the webGL-specific information to create this shape

Returns:

void

  {
    "comment": "/**\n * Builds a rounded rectangle to draw\n *\n * Ignored from docs since it is not directly exposed.\n *\n * @ignore\n * @private\n * @param {PIXI.WebGLGraphicsData} graphicsData - The graphics object containing all the necessary properties\n * @param {object} webGLData - an object containing all the webGL-specific information to create this shape\n */",
    "meta": {
        "range": [
            457,
            2553
        ],
        "filename": "buildRoundedRectangle.js",
        "lineno": 15,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core\\graphics\\webgl\\utils",
        "code": {
            "id": "astnode100015557",
            "name": "module.exports",
            "type": "FunctionDeclaration",
            "paramnames": [
                "graphicsData",
                "webGLData"
            ]
        }
    },
    "description": "

Builds a rounded rectangle to draw

\n

Ignored from docs since it is not directly exposed.

", "ignore": true, "access": "private", "params": [ { "type": { "names": [ "PIXI.WebGLGraphicsData" ] }, "description": "

The graphics object containing all the necessary properties

", "name": "graphicsData" }, { "type": { "names": [ "object" ] }, "description": "

an object containing all the webGL-specific information to create this shape

", "name": "webGLData" } ], "name": "exports", "longname": "module.exports", "kind": "function", "memberof": "module", "scope": "static", "___id": "T000002R001419", "___s": true, "filepath": "core\\graphics\\webgl\\utils\\buildRoundedRectangle.js" }