align(width, height, cellWidth, cellHeight, position, offset) → {boolean}
removeChild(child) → {DisplayObject}
onChildInputOut : Phaser.Signal This Signal is dispatched
alpha : number The alpha value of the group container. Source code:
visible : boolean The visible state of the group. Non-visible Groups and all of their children are not rendered.
hash :array The hash array is an array belonging to this Group into which you can add any of its children via Group.addToHash and
addToHash(child) → {boolean} Adds a child of this Group into the hash array.This call will
forEachExists(callback, callbackContext, args) Call a function on each existing child in this group.
alignTo(parent, position, offsetX, offsetY) → {
moveUp(child) → {any} Moves the given child up one place in this group unless it's already at the
Page 7 of 13