DisplayObject
A display object is any object that can be rendered in the Phaser/pixi.js scene graph. This includes Phaser.Group (groups are display objects!),Phaser.Sprite, Phaser.Button, Phaser.Textas well as PIXI.DisplayObject and all derived types.
Source code: core/Group.js (Line 2958)