TilemapLayer#scrollFactorX
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

scrollFactorX : number Speed at which this layer scrolls horizontally, relative to the camera (e.g. scrollFactorX of 0.5 scrolls

2025-01-10 15:47:30
TilemapLayer#angle
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

angle : number The angle property is the rotation of the Game Object in degrees from its original orientation. Values

2025-01-10 15:47:30
TilemapLayer#getBounds()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

getBounds(matrix) → {Rectangle} Returns the bounds of the Sprite as a rectangle.The bounds

2025-01-10 15:47:30
TilemapLayer#deltaY
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

[readonly] deltaY : number Returns the delta y value. The difference between world.y now and

2025-01-10 15:47:30
TilemapLayer#y
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

y : number The position of the Game Object on the y axis relative to the local coordinates of the parent.

2025-01-10 15:47:30
TilemapLayer#animations
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

animations : Phaser.AnimationManager

2025-01-10 15:47:30
TilemapLayer#removeChild()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

removeChild(child) → {DisplayObject}

2025-01-10 15:47:30
TilemapLayer#overlap()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

overlap(displayObject) → {boolean} Checks to see if the bounds of this Game Object overlaps with

2025-01-10 15:47:30
TilemapLayer#inWorld
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

[readonly] inWorld : boolean Checks if the Game Objects bounds are within, or intersect at

2025-01-10 15:47:30
TilemapLayer#moveUp()
  • References/Game Development/Phaser/Tilemaps/TilemapLayer

moveUp() → {PIXI.DisplayObject} Moves this Game Object up one place in its parents display list

2025-01-10 15:47:30