We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c43e5 commit 7122ea0Copy full SHA for 7122ea0
1 file changed
src/tilemaps/components/GetTilesWithinShape.js
@@ -34,7 +34,7 @@ var TriangleToRectangle = function (triangle, rect)
34
* @param {boolean} [filteringOptions.hasInterestingFace=false] - If true, only return tiles that have at least one interesting face.
35
* @param {Phaser.Cameras.Scene2D.Camera} [camera=main camera] - The Camera to use when calculating the tile index from the world values.
36
* @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.
37
- *
+ *
38
* @return {Phaser.Tilemaps.Tile[]} Array of Tile objects.
39
*/
40
var GetTilesWithinShape = function (shape, filteringOptions, camera, layer)
0 commit comments