TilemapLayer
Class: Phaser.TilemapLayer
Constructor
new TilemapLayer(game, tilemap, index, width, height)
A TilemapLayer is a Phaser.Image/Sprite that renders a specific TileLayer of a Tilemap.
Since a TilemapLayer is a Sprite it can be moved around the display, added to other groups or display objects, etc.
By default TilemapLayers have fixedToCamera set to true
. Changing this will break Camera follow and scrolling behavior.
Parameters
Name | Type | Description |
---|---|---|
game | Phaser.Game | Game reference to the currently running game. |
登录查看完整内容
|