Phaser API Documentation

  Version: 

Member of: Phaser

<static, constant> AUTO: number

Description:

This setting will auto-detect if the browser is capable of suppporting WebGL. If it is, it will use the WebGL Renderer. If not, it will fall back to the Canvas Renderer.

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