phaser/src/tilemaps/components
2023-10-10 11:36:23 -07:00
..
CalculateFacesAt.js Updated copyright year 2023-01-02 17:36:27 +00:00
CalculateFacesWithin.js Updated copyright year 2023-01-02 17:36:27 +00:00
CheckIsoBounds.js Updated copyright year 2023-01-02 17:36:27 +00:00
Copy.js Updated copyright year 2023-01-02 17:36:27 +00:00
CreateFromTiles.js Updated copyright year 2023-01-02 17:36:27 +00:00
CullBounds.js Updated copyright year 2023-01-02 17:36:27 +00:00
CullTiles.js Updated copyright year 2023-01-02 17:36:27 +00:00
Fill.js Updated copyright year 2023-01-02 17:36:27 +00:00
FilterTiles.js Updated copyright year 2023-01-02 17:36:27 +00:00
FindByIndex.js Updated copyright year 2023-01-02 17:36:27 +00:00
FindTile.js Updated copyright year 2023-01-02 17:36:27 +00:00
ForEachTile.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetCullTilesFunction.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTileAt.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTileAtWorldXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTileCorners.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTileCornersFunction.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTilesWithin.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTilesWithinShape.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTilesWithinWorldXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTileToWorldXFunction.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTileToWorldXYFunction.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetTileToWorldYFunction.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetWorldToTileXFunction.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetWorldToTileXYFunction.js Updated copyright year 2023-01-02 17:36:27 +00:00
GetWorldToTileYFunction.js Updated copyright year 2023-01-02 17:36:27 +00:00
HasTileAt.js Updated copyright year 2023-01-02 17:36:27 +00:00
HasTileAtWorldXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
HexagonalCullBounds.js Fixes drawing hexagonal tilemaps 2023-05-01 19:39:32 +02:00
HexagonalCullTiles.js The TilemapLayer.skipCull feature wasn't being applied correctly for Isometric, Hexagonal or Staggered tiles, only for Orthographic tiles (the default). It will now respect the skipCull property and return all tiles during culling if enabled. Fix #5524 2023-03-22 18:01:34 +00:00
HexagonalGetTileCorners.js Fixes drawing hexagonal tilemaps 2023-05-01 19:39:32 +02:00
HexagonalTileToWorldXY.js Fixes drawing hexagonal tilemaps 2023-05-01 19:39:32 +02:00
HexagonalWorldToTileXY.js Fixed eslint formatting errors #6429 2023-03-31 14:23:26 +01:00
index.js Updated copyright year 2023-01-02 17:36:27 +00:00
IsInLayerBounds.js Updated copyright year 2023-01-02 17:36:27 +00:00
IsometricCullTiles.js Fixed reference and removed mapData check 2023-03-22 18:23:36 +00:00
IsometricTileToWorldXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
IsometricWorldToTileXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
PutTileAt.js Fix TypeError in PutTileAt() 2023-10-10 11:36:23 -07:00
PutTileAtWorldXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
PutTilesAt.js Updated copyright year 2023-01-02 17:36:27 +00:00
Randomize.js Updated copyright year 2023-01-02 17:36:27 +00:00
RemoveTileAt.js Updated copyright year 2023-01-02 17:36:27 +00:00
RemoveTileAtWorldXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
RenderDebug.js Updated copyright year 2023-01-02 17:36:27 +00:00
ReplaceByIndex.js Updated copyright year 2023-01-02 17:36:27 +00:00
RunCull.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetCollision.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetCollisionBetween.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetCollisionByExclusion.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetCollisionByProperty.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetCollisionFromCollisionGroup.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetLayerCollisionIndex.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetTileCollision.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetTileIndexCallback.js Updated copyright year 2023-01-02 17:36:27 +00:00
SetTileLocationCallback.js Updated copyright year 2023-01-02 17:36:27 +00:00
Shuffle.js Updated copyright year 2023-01-02 17:36:27 +00:00
StaggeredCullBounds.js Updated copyright year 2023-01-02 17:36:27 +00:00
StaggeredCullTiles.js The TilemapLayer.skipCull feature wasn't being applied correctly for Isometric, Hexagonal or Staggered tiles, only for Orthographic tiles (the default). It will now respect the skipCull property and return all tiles during culling if enabled. Fix #5524 2023-03-22 18:01:34 +00:00
StaggeredTileToWorldXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
StaggeredTileToWorldY.js Updated copyright year 2023-01-02 17:36:27 +00:00
StaggeredWorldToTileXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
StaggeredWorldToTileY.js Updated copyright year 2023-01-02 17:36:27 +00:00
SwapByIndex.js Updated copyright year 2023-01-02 17:36:27 +00:00
TileToWorldX.js Updated copyright year 2023-01-02 17:36:27 +00:00
TileToWorldXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
TileToWorldY.js Updated copyright year 2023-01-02 17:36:27 +00:00
WeightedRandomize.js Updated copyright year 2023-01-02 17:36:27 +00:00
WorldToTileX.js Updated copyright year 2023-01-02 17:36:27 +00:00
WorldToTileXY.js Updated copyright year 2023-01-02 17:36:27 +00:00
WorldToTileY.js Updated copyright year 2023-01-02 17:36:27 +00:00