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)