createFixedLayer(children) → {
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:
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) → {
sendToBack(child) → {any} Sends the given child to the bottom of this group so it renders below
previous() → {any} Moves the group cursor to the previous (lower) child in the group. If
Page 1 of 20