addChildAt(child, index) → {DisplayObject}
[readonly] total : integer Total number of existing children in the group.
[readonly] length : integer Total number of children in this group, regardless of exists/alive
resetCursor(index) → {any} Sets the group cursor to the first child
customSort(sortHandler, context) Sort the children in the group according to custom sort function.
replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The
removeBetween(startIndex, endIndex, destroy, silent)
getBottom() → {any} Returns the child at the bottom of this group. The bottom child the child
topRight : Phaser.Point Source code:
getByName(name) → {any} Searches the Group for the first instance of a child with the name
Page 2 of 14