mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 03:23:42 +00:00
Update GetTilesWithinShape.js
This commit is contained in:
parent
e4c43e59ba
commit
7122ea0b6b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ var TriangleToRectangle = function (triangle, rect)
|
||||||
* @param {boolean} [filteringOptions.hasInterestingFace=false] - If true, only return tiles that have at least one interesting face.
|
* @param {boolean} [filteringOptions.hasInterestingFace=false] - If true, only return tiles that have at least one interesting face.
|
||||||
* @param {Phaser.Cameras.Scene2D.Camera} [camera=main camera] - The Camera to use when calculating the tile index from the world values.
|
* @param {Phaser.Cameras.Scene2D.Camera} [camera=main camera] - The Camera to use when calculating the tile index from the world values.
|
||||||
* @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.
|
* @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.
|
||||||
*
|
*
|
||||||
* @return {Phaser.Tilemaps.Tile[]} Array of Tile objects.
|
* @return {Phaser.Tilemaps.Tile[]} Array of Tile objects.
|
||||||
*/
|
*/
|
||||||
var GetTilesWithinShape = function (shape, filteringOptions, camera, layer)
|
var GetTilesWithinShape = function (shape, filteringOptions, camera, layer)
|
||||||
|
|
Loading…
Reference in a new issue