Jump to content

Typescript and TileMap.layer


lemmo
 Share

Recommended Posts

Hello, I have a question about the layer property of the TileMap class.

The documentation ( (https://phaser.io/docs/2.6.2/Phaser.Tilemap.html#layer) says that the layer property is of the type Phaser.TilemapLayer.  However, the Typescript definition (https://github.com/photonstorm/phaser/blob/v2.6.2/typescript/phaser.d.ts#L5041) says that the type is a TilemapLayer[]. 

 

Is this right? How is this supposed to be used?  I was under the impression that Tilemap.setLayer() could be used to set the current layer on the Tilemap object, and the the TilemapLayer object could be referenced through the Tilemap.layer property.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...