swap(child1, child2) Swaps the position of two children in this group. Both children must be in this group, a child cannot be
xy(index, x, y) Positions the child found at the given index within this group to the given x and y coordinates. Parameters
removeFromHash(child) → {boolean} Removes a child of this Group from the hash array.This call
resize(width, height) Updates the size of this world. Note that this doesn't modify the world x/y coordinates, just the width and height
countDead() → {integer} Get the number of dead children in this group. Returns
inputEnableChildren : boolean A Group with inputEnableChildren set to true will automatically call inputEnabled
setAllChildren(key, value, checkAlive, checkVisible, operation,
getRandomExists(startIndex, endIndex) → {any}
set(child, key, value, checkAlive, checkVisible, operation,
callAll(method, context, args) Calls a function, specified by name, on all on children. The function
Page 5 of 13