Phaser API Documentation

  Version: 
isTransitionOut()

Description:

Is this Scene currently transitioning out from itself to another Scene?

Returns:
Description:

true if this Scene is in transition to another Scene, otherwise false.

Type:
  • boolean
Since: 3.5.0
Source: src/scene/Systems.js (Line 619)