phaser/v3/src/gameobjects/tilemap/components
Michael Hadley d2f72fbe58 Create CullTiles component to allow static and dynamic layers to cull when needed
Fixes performance issue with canvas static tile renderer on large maps
2017-11-18 08:31:59 -06:00
..
Copy.js More tilemap & layer fun: Copy, FIll, Randomize, Shuffle, GetTilesWithin 2017-11-15 20:06:07 -06:00
CullTiles.js Create CullTiles component to allow static and dynamic layers to cull when needed 2017-11-18 08:31:59 -06:00
Fill.js More tilemap & layer fun: Copy, FIll, Randomize, Shuffle, GetTilesWithin 2017-11-15 20:06:07 -06:00
FindByIndex.js Tilemap & layer: ReplaceByIndex, FindByIndex, SwapByIndex 2017-11-16 19:08:58 -06:00
ForEachTile.js Tilemap & layer: ReplaceByIndex, FindByIndex, SwapByIndex 2017-11-16 19:08:58 -06:00
GetTileAt.js PutTile, RemoveTile & Tile#Copy 2017-11-16 13:09:07 -06:00
GetTileAtWorldXY.js Tilemap & layer WorldXY methods: get, has, put, remove 2017-11-17 07:58:33 -06:00
GetTilesWithin.js More tilemap & layer fun: Copy, FIll, Randomize, Shuffle, GetTilesWithin 2017-11-15 20:06:07 -06:00
HasTileAt.js PutTile, RemoveTile & Tile#Copy 2017-11-16 13:09:07 -06:00
HasTileAtWorldXY.js Tilemap & layer WorldXY methods: get, has, put, remove 2017-11-17 07:58:33 -06:00
index.js Create CullTiles component to allow static and dynamic layers to cull when needed 2017-11-18 08:31:59 -06:00
IsInLayerBounds.js PutTile, RemoveTile & Tile#Copy 2017-11-16 13:09:07 -06:00
PutTile.js PutTile, RemoveTile & Tile#Copy 2017-11-16 13:09:07 -06:00
PutTileWorldXY.js Tilemap & layer WorldXY methods: get, has, put, remove 2017-11-17 07:58:33 -06:00
Randomize.js More tilemap & layer fun: Copy, FIll, Randomize, Shuffle, GetTilesWithin 2017-11-15 20:06:07 -06:00
RemoveTile.js PutTile, RemoveTile & Tile#Copy 2017-11-16 13:09:07 -06:00
RemoveTileWorldXY.js Tilemap & layer WorldXY methods: get, has, put, remove 2017-11-17 07:58:33 -06:00
ReplaceByIndex.js Tilemap & layer: ReplaceByIndex, FindByIndex, SwapByIndex 2017-11-16 19:08:58 -06:00
Shuffle.js More tilemap & layer fun: Copy, FIll, Randomize, Shuffle, GetTilesWithin 2017-11-15 20:06:07 -06:00
SwapByIndex.js Tilemap & layer: ReplaceByIndex, FindByIndex, SwapByIndex 2017-11-16 19:08:58 -06:00
WorldToTileX.js World to Tile conversion on maps and layers - both accounting for camera scroll 2017-11-16 20:36:45 -06:00
WorldToTileXY.js World to Tile conversion on maps and layers - both accounting for camera scroll 2017-11-16 20:36:45 -06:00
WorldToTileY.js World to Tile conversion on maps and layers - both accounting for camera scroll 2017-11-16 20:36:45 -06:00