Built-in hook to find TextStyle objects.
Name | Type | Attribute | Description |
---|---|---|---|
item | Display object to check |
||
queue | Collection of items to upload |
{ "comment": "/**\n * Built-in hook to find TextStyle objects.\n *\n * @private\n * @param {PIXI.TextStyle} item - Display object to check\n * @param {Array<*>} queue - Collection of items to upload\n * @return {boolean} if a PIXI.TextStyle object was found.\n */", "meta": { "range": [ 12772, 12994 ], "filename": "BasePrepare.js", "lineno": 496, "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\prepare", "code": { "id": "astnode100074153", "name": "findTextStyle", "type": "FunctionDeclaration", "paramnames": [ "item", "queue" ] } }, "description": "Built-in hook to find TextStyle objects.
", "access": "private", "params": [ { "type": { "names": [ "PIXI.TextStyle" ] }, "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.TextStyle object was found.
" } ], "name": "findTextStyle", "longname": "findTextStyle", "kind": "function", "scope": "global", "___id": "T000002R006890", "___s": true, "filepath": "prepare\\BasePrepare.js" }