Class: global - 2.6.2

global#UP
  • References/Game Development/Phaser/Global

<constant> UP : integer Direction constant.

2025-01-10 15:47:30
global#scaleModes
  • References/Game Development/Phaser/Global

<constant> scaleModes The scale modes that are supported by Pixi. The DEFAULT scale mode affects the default scaling

2025-01-10 15:47:30
global#TILEMAP
  • References/Game Development/Phaser/Global

<constant> TILEMAP : integer Game Object type.

2025-01-10 15:47:30
global#HORIZONTAL
  • References/Game Development/Phaser/Global

<constant> HORIZONTAL : integer A horizontal orientation

2025-01-10 15:47:30
global#LEFT_TOP
  • References/Game Development/Phaser/Global

<constant> LEFT_TOP : integer A constant representing a left-top alignment or position

2025-01-10 15:47:30
global#on()
  • References/Game Development/Phaser/Global

on(eventName, callback) Register a new EventListener for the given event. Parameters

2025-01-10 15:47:30
global#POINTER
  • References/Game Development/Phaser/Global

<constant> POINTER : integer Game Object type.

2025-01-10 15:47:30
global#MATRIX
  • References/Game Development/Phaser/Global

<constant> MATRIX : integer Game Object type.

2025-01-10 15:47:30
global#VERTICAL
  • References/Game Development/Phaser/Global

<constant> VERTICAL : integer A vertical orientation

2025-01-10 15:47:30
global#listeners()
  • References/Game Development/Phaser/Global

listeners(eventName) → {Array} Return a list of assigned event listeners. Parameters

2025-01-10 15:47:30