Phaser API Documentation

  Version: 

Member of: Phaser.Core.Config

<constant> stableSort: number | boolean

Description:

false or 0 = Use the built-in StableSort (needed for older browsers), true or 1 = Rely on ES2019 Array.sort being stable (modern browsers only), or -1 = Try and determine this automatically based on browser inspection (not guaranteed to work, errs on side of caution).

Type:
number | boolean
Since: 3.0.0
Source: src/core/Config.js (Line 181)