Utils.mixin()

<static> mixin(from, to) → {object}

Mixes the source object into the destination object, returning the newly modified destination object.
Based on original code by @mudcube

Parameters
Name Type Description
from object

The object to copy (the source object).

to object

The object to copy to (the destination object).

Returns
object -

The modified destination object.

Source code: utils/Utils.js (Line 390)
doc_phaser
2017-02-14 11:19:18
Comments
Leave a Comment

Please login to continue.