Phaser API Documentation

  Version: 

Member of: Phaser

<static, constant> WEBGL: number

Description:

Forces Phaser to use the WebGL Renderer. If the browser does not support it, there is no fallback to Canvas with this setting, so you should trap it and display a suitable message to the user.

Type:
number
Since: 3.0.0
Source: src//const.js (Line 51)