Home

function: delayMixin


delayMixin(target: object, source: object): void

Queues a mixin to be handled towards the end of the initialization of PIXI, so that deprecation
can take effect.

Params:

Name Type Attribute Description
target

The prototype or instance that properties and methods should be added to.

source

The source of properties and methods to mix in.

Returns:

void

  {
    "comment": "/**\n * Queues a mixin to be handled towards the end of the initialization of PIXI, so that deprecation\n * can take effect.\n *\n * @memberof PIXI.utils.mixins\n * @function delayMixin\n * @private\n * @param {object} target The prototype or instance that properties and methods should be added to.\n * @param {object} source The source of properties and methods to mix in.\n */",
    "meta": {
        "range": [
            982,
            1352
        ],
        "filename": "mixin.js",
        "lineno": 30,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core\\utils",
        "code": {}
    },
    "description": "

Queues a mixin to be handled towards the end of the initialization of PIXI, so that deprecation
can take effect.

", "memberof": "PIXI.utils.mixins", "kind": "function", "name": "delayMixin", "access": "private", "params": [ { "type": { "names": [ "object" ] }, "description": "

The prototype or instance that properties and methods should be added to.

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

The source of properties and methods to mix in.

", "name": "source" } ], "scope": "static", "longname": "PIXI.utils.mixins.delayMixin", "___id": "T000002R004441", "___s": true, "filepath": "core\\utils\\mixin.js" }