Phaser API Documentation

  Version: 
<private> checkValidTransition(target)

Description:

Checks to see if this Scene can transition to the target Scene or not.

Parameters:

name type description
target Phaser.Scene

The Scene to test against.

Returns:
Description:

true if this Scene can transition, otherwise false.

Type:
  • boolean
Since: 3.5.0
Source: src/scene/ScenePlugin.js (Line 344)