phaser/src/tilemaps/components
2023-03-25 20:47:45 +08: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 Support staggeraxis-x, staggerindex-odd 2023-03-25 11:54:41 +08: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 Support staggeraxis-x, staggerindex-odd 2023-03-25 11:54:41 +08:00
HexagonalTileToWorldXY.js Suport staggerIndex-even with staggerAxis-y and staggerAxis-x 2023-03-25 20:47:45 +08:00
HexagonalWorldToTileXY.js Suport staggerIndex-even with staggerAxis-y and staggerAxis-x 2023-03-25 20:47:45 +08: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 Updated copyright year 2023-01-02 17:36:27 +00: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