Home
News
Learn
Download
Examples
Community
Login
Phaser API Documentation
Version:
Namespaces
Classes
Events
Game Objects
Physics
Scenes
Changelog
Member of:
Phaser.Scenes.Systems
isVisible()
Description:
Is this Scene visible and rendering?
Returns:
Description:
true
if this Scene is visible, otherwise
false
.
Type:
boolean
Since:
3.0.0
Source:
src/scene/Systems.js
(Line
629
)
Possible examples