phaser3-docs
phaser3-docs copied to clipboard
Phaser.Tilemaps.DynamicTilemapLayer::removeTileAt function signature
Phaser.Tilemaps.DynamicTilemapLayer::removeTileAt( tile, tileX, tileY [, replaceWithNull [, recalculateFaces ] ] )
Should look like:
Phaser.Tilemaps.DynamicTilemapLayer::removeTileAt( tileX, tileY [, replaceWithNull [, recalculateFaces ] ] )
When I ignore this and call it as removeTileAt( tileX, tileY )
, it works just fine, however this is an issue in the TS typings.