Copy the values of one Rectangle to a destination Rectangle.
name | type | description |
---|---|---|
source | Phaser.Geom.Rectangle |
The source Rectangle to copy the values from. |
dest | Phaser.Geom.Rectangle |
The destination Rectangle to copy the values to. |
The destination Rectangle.