getIndex(child) → {integer} Get the index position of the given child in this group, which should
sendToBack(child) → {any} Sends the given child to the bottom of this group so it renders below
moveUp(child) → {any} Moves the given child up one place in this group unless it's already at the
[readonly] total : integer Total number of existing children in the group.
addToHash(child) → {boolean} Adds a child of this Group into the hash array.This call will
alive : boolean The alive property is useful for Groups that are children of other Groups and need to be included/excluded in checks
iterate(key, value, returnType, callback, callbackContext, args)
addChild(child) → {DisplayObject}
visible : boolean The visible state of the group. Non-visible Groups and all of their children are not rendered.
replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The
Page 8 of 13