Built-in hook to find graphics.
| Name | Type | Attribute | Description |
|---|---|---|---|
| item | Display object to check |
||
| queue | Collection of items to upload |
{
"comment": "/**\n * Built-in hook to find graphics.\n *\n * @private\n * @param {PIXI.DisplayObject} item - Display object to check\n * @param {Array<*>} queue - Collection of items to upload\n * @return {boolean} if a PIXI.Graphics object was found.\n */",
"meta": {
"range": [
2589,
2745
],
"filename": "WebGLPrepare.js",
"lineno": 91,
"path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\prepare\\webgl",
"code": {
"id": "astnode100074648",
"name": "findGraphics",
"type": "FunctionDeclaration",
"paramnames": [
"item",
"queue"
]
}
},
"description": "Built-in hook to find graphics.
",
"access": "private",
"params": [
{
"type": {
"names": [
"PIXI.DisplayObject"
]
},
"description": "Display object to check
",
"name": "item"
},
{
"type": {
"names": [
"Array.<*>"
]
},
"description": "Collection of items to upload
",
"name": "queue"
}
],
"returns": [
{
"type": {
"names": [
"boolean"
]
},
"description": "if a PIXI.Graphics object was found.
"
}
],
"name": "findGraphics",
"longname": "findGraphics",
"kind": "function",
"scope": "global",
"___id": "T000002R006935",
"___s": true,
"filepath": "prepare\\webgl\\WebGLPrepare.js"
}