Phaser API Documentation

  Version: 
globalTopOnly: boolean

Description:

If the top-most Scene in the Scene List receives an input it will stop input from propagating any lower down the scene list, i.e. if you have a UI Scene at the top and click something on it, that click will not then be passed down to any other Scene below. Disable this to have input events passed through all Scenes, all the time.

Type:
boolean
Default: true
Since: 3.0.0