[readonly] z : integer The z-depth value of this object within its parent container/Group
y : number The y coordinate of the group container. You can adjust the group container itself by modifying its coordinates
sendToBack(child) → {any} Sends the given child to the bottom of this group so it renders below
ignoreDestroy : boolean A group with ignoreDestroy set to true ignores all calls to its destroy
remove(child, destroy, silent) → {boolean}
addAll(property, amount, checkAlive, checkVisible) Adds the amount to the given property on all children in this group. Group
onChildInputOver : Phaser.Signal This Signal is dispatched
[readonly] total : integer Total number of existing children in the group.
createMultiple(quantity, key, frame, exists) → {array}
onChildInputDown : Phaser.Signal This Signal is dispatched
Page 1 of 13