Phaser API Documentation

  Version: 

Member of: Phaser.Core.Config

<constant> defaultPhysicsSystem: boolean | string

Description:

The default physics system. It will be started for each scene. Either 'arcade', 'impact' or 'matter'.

Type:
boolean | string
Since: 3.0.0
Source: src/core/Config.js (Line 454)