customSort(sortHandler, context) Sort the children in the group according to custom sort function.
resetCursor(index) → {any} Sets the group cursor to the first child
swap(child1, child2) Swaps the position of two children in this group. Both children must be in this group, a child cannot be
position : Phaser.Point Source code:
removeChildAt(index) → {DisplayObject}
onChildInputDown : Phaser.Signal This Signal is dispatched
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
alignTo(parent, position, offsetX, offsetY) → {
Page 1 of 14