phaser/src/tilemaps/components
2022-11-30 15:28:59 -06:00
..
CalculateFacesAt.js Updated copyright year 2022-02-28 14:29:51 +00:00
CalculateFacesWithin.js Updated copyright year 2022-02-28 14:29:51 +00:00
CheckIsoBounds.js Updated copyright year 2022-02-28 14:29:51 +00:00
Copy.js Tilemap.copy would error if you copied a block of tiles over itself, even partially, as it tried to copy already replaced tiles as part of the function. It will now copy correctly, regardless of source or destination areas. Fix #6188 2022-11-28 13:35:04 +00:00
CreateFromTiles.js Updated copyright year 2022-02-28 14:29:51 +00:00
CullBounds.js Updated copyright year 2022-02-28 14:29:51 +00:00
CullTiles.js Updated copyright year 2022-02-28 14:29:51 +00:00
Fill.js Updated copyright year 2022-02-28 14:29:51 +00:00
FilterTiles.js Updated copyright year 2022-02-28 14:29:51 +00:00
FindByIndex.js Updated copyright year 2022-02-28 14:29:51 +00:00
FindTile.js Updated copyright year 2022-02-28 14:29:51 +00:00
ForEachTile.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetCullTilesFunction.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetTileAt.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetTileAtWorldXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetTileCorners.js Update GetTileCorners.js 2022-11-28 18:34:20 +00:00
GetTileCornersFunction.js Update GetTileCornersFunction.js 2022-11-28 18:32:06 +00:00
GetTilesWithin.js Update GetTilesWithin.js 2022-11-28 13:34:57 +00:00
GetTilesWithinShape.js Fix the GetTilesWithinShape() area 2022-05-06 09:54:50 -07:00
GetTilesWithinWorldXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetTileToWorldXFunction.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetTileToWorldXYFunction.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetTileToWorldYFunction.js Removed the HexagonalTileToWorldY function as it cannot work without an X coordinate. Use HexagonalTileToWorldXY instead. 2022-11-28 17:34:11 +00:00
GetWorldToTileXFunction.js Debugging 2022-11-24 13:44:52 +00:00
GetWorldToTileXYFunction.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetWorldToTileYFunction.js Removed HexagonalWorldToTileY as it cannot work without an X value 2022-11-24 12:41:42 +00:00
HasTileAt.js Updated copyright year 2022-02-28 14:29:51 +00:00
HasTileAtWorldXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
HexagonalCullBounds.js Updated copyright year 2022-02-28 14:29:51 +00:00
HexagonalCullTiles.js Updated copyright year 2022-02-28 14:29:51 +00:00
HexagonalGetTileCorners.js The Tilemap and TilemapLayer classes have a new method getTileCorners. This method will return an array of Vector2s with each entry corresponding to the corners of the requested tile, in world space. This currently works for Orthographic and Hexagonal tilemaps. 2022-11-28 18:31:20 +00:00
HexagonalTileToWorldXY.js Update HexagonalTileToWorldXY.js 2022-11-28 18:16:01 +00:00
HexagonalWorldToTileXY.js Added comments 2022-11-28 17:34:18 +00:00
index.js The Tilemap and TilemapLayer classes have a new method getTileCorners. This method will return an array of Vector2s with each entry corresponding to the corners of the requested tile, in world space. This currently works for Orthographic and Hexagonal tilemaps. 2022-11-28 18:31:20 +00:00
IsInLayerBounds.js Updated copyright year 2022-02-28 14:29:51 +00:00
IsometricCullTiles.js Updated copyright year 2022-02-28 14:29:51 +00:00
IsometricTileToWorldXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
IsometricWorldToTileXY.js Fixed world to isometric conversion and added optional base origin property. 2022-11-24 00:26:40 +00:00
PutTileAt.js Updated copyright year 2022-02-28 14:29:51 +00:00
PutTileAtWorldXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
PutTilesAt.js Updated copyright year 2022-02-28 14:29:51 +00:00
Randomize.js Updated copyright year 2022-02-28 14:29:51 +00:00
RemoveTileAt.js Updated copyright year 2022-02-28 14:29:51 +00:00
RemoveTileAtWorldXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
RenderDebug.js Added debug code commented out 2022-11-24 23:11:11 +00:00
ReplaceByIndex.js Updated copyright year 2022-02-28 14:29:51 +00:00
RunCull.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetCollision.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetCollisionBetween.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetCollisionByExclusion.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetCollisionByProperty.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetCollisionFromCollisionGroup.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetLayerCollisionIndex.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetTileCollision.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetTileIndexCallback.js Updated copyright year 2022-02-28 14:29:51 +00:00
SetTileLocationCallback.js Updated copyright year 2022-02-28 14:29:51 +00:00
Shuffle.js Updated copyright year 2022-02-28 14:29:51 +00:00
StaggeredCullBounds.js Updated copyright year 2022-02-28 14:29:51 +00:00
StaggeredCullTiles.js Updated copyright year 2022-02-28 14:29:51 +00:00
StaggeredTileToWorldXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
StaggeredTileToWorldY.js Updated copyright year 2022-02-28 14:29:51 +00:00
StaggeredWorldToTileXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
StaggeredWorldToTileY.js Updated copyright year 2022-02-28 14:29:51 +00:00
SwapByIndex.js Updated copyright year 2022-02-28 14:29:51 +00:00
TileToWorldX.js Updated copyright year 2022-02-28 14:29:51 +00:00
TileToWorldXY.js Updated copyright year 2022-02-28 14:29:51 +00:00
TileToWorldY.js Updated copyright year 2022-02-28 14:29:51 +00:00
WeightedRandomize.js Updated copyright year 2022-02-28 14:29:51 +00:00
WorldToTileX.js WorldToTileXY now does all the calculations and X and Y just call it. 2022-11-24 12:51:18 +00:00
WorldToTileXY.js Fix Issue #6301 causing tilemap collisions to fail. 2022-11-30 15:28:59 -06:00
WorldToTileY.js WorldToTileXY now does all the calculations and X and Y just call it. 2022-11-24 12:51:18 +00:00