addAt(child, index, silent) → {
xy(index, x, y) Positions the child found at the given index within this group to the given x and y coordinates. Parameters
checkProperty(child, key, value, force) → {boolean} Checks a property
removeFromHash(child) → {boolean} Removes a child of this Group from the hash array.This call
getBottom() → {any} Returns the child at the bottom of this group. The bottom child the child
pendingDestroy : boolean A Group is that has pendingDestroy set to true is flagged to have its destroy
inputEnableChildren : boolean A Group with inputEnableChildren set to true will automatically call inputEnabled
callAll(method, context, args) Calls a function, specified by name, on all on children. The function
left : number The left coordinate of this Group. It is derived by calling getBounds, calculating the Groups
contains(child) → {Boolean} Determines whether the specified display object is a child of the D
Page 5 of 13