Jump to content

Retrieve child information


pranadevil
 Share

Recommended Posts

Sure. Here's the link to Sprite's documentation for the children property: http://phaser.io/docs/2.4.8/Phaser.Sprite.html#children

At the end, it says something about Pixi.DisplayObjectContainer. The Phaser (and PIXI) display tree is an example of the composite design pattern. Each display object is, itself, a container for other display objects. Thus it makes a tree, if you can see it in your head.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...