same work

This commit is contained in:
Svipal 2020-09-19 13:05:56 +02:00
parent 7d7b8eba04
commit 3997cad5a7
3 changed files with 45514 additions and 3 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,7 @@
* *
* @function Phaser.Tilemaps.Components.CheckIsoBounds * @function Phaser.Tilemaps.Components.CheckIsoBounds
* @private * @private
* @since 3.2.3 * @since 3.50.iso
* *
* @param {integer} tileX - The x coordinate, in tiles, not pixels. * @param {integer} tileX - The x coordinate, in tiles, not pixels.
* @param {integer} tileY - The y coordinate, in tiles, not pixels. * @param {integer} tileY - The y coordinate, in tiles, not pixels.

View file

@ -14,7 +14,7 @@ var GetCullBounds = require('./GetCullBounds');
* Orientation-Decorated function that returns the tiles in the given layer that are within the camera's viewport. This is used internally. * Orientation-Decorated function that returns the tiles in the given layer that are within the camera's viewport. This is used internally.
* *
* @function Phaser.Tilemaps.Components.GetStandardCullTiles * @function Phaser.Tilemaps.Components.GetStandardCullTiles
* @since 3.0.0 * @since 3.50.iso
* --- decorator: * --- decorator:
* @param {function} getCullBounds * @param {function} getCullBounds
* --- inner function : * --- inner function :
@ -153,7 +153,7 @@ var GetStandardCullTiles = function (getCullBounds)
* Returns the tiles in the given layer that are within the camera's viewport. This is used internally. * Returns the tiles in the given layer that are within the camera's viewport. This is used internally.
* *
* @function Phaser.Tilemaps.Components.IsoCullTiles * @function Phaser.Tilemaps.Components.IsoCullTiles
* @since 3.0.0 * @since 3.50.iso
* *
* @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon. * @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.
* @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to run the cull check against. * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to run the cull check against.