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