copy(tile)
Copies the tile data and properties from the given tile to this tile.
Parameters
| Name | Type | Description |
|---|---|---|
tile | Phaser.Tile | The tile to copy from. |
- Source code: tilemap/Tile.js (Line 305)
copy(tile)
Copies the tile data and properties from the given tile to this tile.
| Name | Type | Description |
|---|---|---|
tile | Phaser.Tile | The tile to copy from. |
Please login to continue.