onChildInputOver : Phaser.Signal This Signal is dispatched
xy(index, x, y) Positions the child found at the given index within this group to the given x and y coordinates. Parameters
addChildAt(child, index) → {DisplayObject}
resetChild(child, x, y, key, frame)
onDestroy : Phaser.Signal This signal is dispatched
contains(child) → {Boolean} Determines whether the specified display object is a child of the D
swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters
iterate(key, value, returnType, callback, callbackContext, args)
multiplyAll(property, amount, checkAlive, checkVisible) Multiplies the given property by the amount on all children in this group.
replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The
Page 4 of 12