Device#silk
  • References/Game Development/Phaser/System/Device

silk : boolean Set to true if running in the Silk browser (as used on the Amazon Kindle)

2025-01-10 15:47:30
Canvas.setBackgroundColor()
  • References/Game Development/Phaser/System/Canvas

<static> setBackgroundColor(canvas, color) → {HTMLCanvasElement}

2025-01-10 15:47:30
Device#iPhone4
  • References/Game Development/Phaser/System/Device

iPhone4 : boolean Is running on iPhone4? Source code:

2025-01-10 15:47:30
Device#iPad
  • References/Game Development/Phaser/System/Device

iPad : boolean Is running on iPad? Source code:

2025-01-10 15:47:30
Device#windows
  • References/Game Development/Phaser/System/Device

windows : boolean Is running on windows? Source code:

2025-01-10 15:47:30
RequestAnimationFrame#forceSetTimeOut
  • References/Game Development/Phaser/System/RequestAnimationFrame

forceSetTimeOut : boolean Tell Phaser to use setTimeOut even if raf is available. Source

2025-01-10 15:47:30
DOM#DOM
  • References/Game Development/Phaser/System/DOM

new DOM() DOM utility class. Provides a useful Window and Element functions as well as cross-browser compatibility buffer.

2025-01-10 15:47:30
Device#linux
  • References/Game Development/Phaser/System/Device

linux : boolean Is running on linux? Source code:

2025-01-10 15:47:30
Device#littleEndian
  • References/Game Development/Phaser/System/Device

littleEndian : boolean Is the device big or little endian? (only detected if the browser supports TypedArrays)

2025-01-10 15:47:30
Device#ejecta
  • References/Game Development/Phaser/System/Device

ejecta : boolean Is the game running under Ejecta? Source code:

2025-01-10 15:47:30