rotation : number The angle of rotation of the group container, in radians. This will adjust the group container itself
addAll(property, amount, checkAlive, checkVisible) Adds the amount to the given property on all children in this group. Group
remove(child, destroy, silent) → {boolean}
[readonly] total : integer Total number of existing children in the group.
ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children
onChildInputDown : Phaser.Signal This Signal is dispatched
countLiving() → {integer} Get the number of living children in this group. Returns
createMultiple(quantity, key, frame, exists) → {array}
sendToBack(child) → {any} Sends the given child to the bottom of this group so it renders below
removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.
Page 1 of 13