global#displayList()

displayList(displayObject)

Call this function from the Dev Tools console.

It will scan the display list and output all of the Objects it finds, and their renderOrderIDs.

Note Requires a browser that supports console.group and console.groupEnd (such as Chrome)

Parameters
Name Type Argument Description
displayObject Object <optional>

The displayObject level display object to start from. Defaults to the World.

Source code: utils/Debug.js (Line 844)
doc_phaser
2017-02-14 10:49:08
Comments
Leave a Comment

Please login to continue.