copyFrom(source) → {Phaser.Point}
Copies the x and y properties from any given object to this Point.
Parameters
Name | Type | Description |
---|---|---|
source | any | The object to copy from. |
Returns
This Point object.
- Source code: geom/Point.js (Line 43)
copyFrom(source) → {Phaser.Point}
Copies the x and y properties from any given object to this Point.
Name | Type | Description |
---|---|---|
source | any | The object to copy from. |
This Point object.
Please login to continue.