Phaser API Documentation

  Version: 
setVisible(value)

Description:

Sets the visible state of this Scene. An invisible Scene will not render, but will still process updates.

Parameters:

name type description
value boolean

true to render this Scene, otherwise false.

Returns:
Description:

This Systems object.

Since: 3.0.0
Source: src/scene/Systems.js (Line 642)