visible : boolean The visible state of the group. Non-visible Groups and all of their children are not rendered.
moveUp(child) → {any} Moves the given child up one place in this group unless it's already at the
getIndex(child) → {integer} Get the index position of the given child in this group, which should
removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes.
x : number The x coordinate of the group container. You can adjust the group container itself by modifying its coordinates
iterate(key, value, returnType, callback, callbackContext, args)
replace(oldChild, newChild) → {any} Replaces a child of this Group with the given newChild. The
physicsSortDirection : integer If this Group contains Arcade Physics Sprites you can set a custom sort direction via this property
checkProperty(child, key, value, force) → {boolean} Checks a property
alignIn(container, position, offsetX, offsetY)
Page 8 of 13