replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The
[readonly] length : integer Total number of children in this group, regardless of exists/alive
reverse() Reverses all children in this group. This operation applies only to immediate children and does not propagate to subgroups
getBottom() → {any} Returns the child at the bottom of this group. The bottom child the child
removeBetween(startIndex, endIndex, destroy, silent)
getByName(name) → {any} Searches the Group for the first instance of a child with the name
addChildAt(child, index) → {DisplayObject}
moveDown(child) → {any} Moves the given child down one place in this group unless it's already at
onChildInputUp : Phaser.Signal This Signal is dispatched
topRight : Phaser.Point Source code:
Page 1 of 14